Spaces:
Sleeping
Sleeping
pengdaqian
commited on
Commit
•
3528c05
1
Parent(s):
e246446
fix
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -46,4 +46,6 @@ COPY --chown=user init /init
|
|
46 |
RUN chmod +x /init
|
47 |
COPY . .
|
48 |
|
|
|
|
|
49 |
CMD ["sh", "-c", "clamd restart && python3 scan_main.py"]
|
|
|
46 |
RUN chmod +x /init
|
47 |
COPY . .
|
48 |
|
49 |
+
EXPOSE 7860
|
50 |
+
|
51 |
CMD ["sh", "-c", "clamd restart && python3 scan_main.py"]
|