pengdaqian commited on
Commit
3528c05
1 Parent(s): e246446
Files changed (1) hide show
  1. 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"]