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