navpan2 commited on
Commit
b5ebc71
·
1 Parent(s): 95f2fe9

Update Dockerfile

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