alimamaTech
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
11 |
RUN pip3 install --upgrade --force-reinstall spy-agent-build-sdk
|
12 |
COPY --chown=user . /app
|
13 |
|
14 |
-
CMD ["python3", "app.py"]
|
|
|
11 |
RUN pip3 install --upgrade --force-reinstall spy-agent-build-sdk
|
12 |
COPY --chown=user . /app
|
13 |
|
14 |
+
CMD ["python3", "app.py"]
|