pengdaqian commited on
Commit
b16c492
1 Parent(s): e02c982
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -45,6 +45,7 @@ COPY requirements.txt requirements.txt
45
  RUN pip3 install --no-cache-dir -r requirements.txt
46
 
47
  COPY init /init
 
48
  COPY . .
49
 
50
  CMD ["sh", "-c", "python3 scan_main.py"]
 
45
  RUN pip3 install --no-cache-dir -r requirements.txt
46
 
47
  COPY init /init
48
+ RUN chmod +x /init
49
  COPY . .
50
 
51
  CMD ["sh", "-c", "python3 scan_main.py"]