Update Dockerfile
Browse files- 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"]
|