Spaces:
Sleeping
Sleeping
pdrMottaS
commited on
Commit
·
31704cd
1
Parent(s):
c350777
change python version
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
|
16 |
-
CMD ["
|
|
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
|
16 |
+
CMD ["python3","main.py"]
|