navpan2 commited on
Commit
f5243a5
·
1 Parent(s): c92d943

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,4 +10,5 @@ RUN pip install -r requirements.txt
10
 
11
  COPY --chown=user . .
12
  RUN ls -al /app
 
13
  CMD ["python", "-m", "FileStream"]
 
10
 
11
  COPY --chown=user . .
12
  RUN ls -al /app
13
+
14
  CMD ["python", "-m", "FileStream"]