Spaces:
Sleeping
Sleeping
Salif SAWADOGO
commited on
Commit
·
88c560a
1
Parent(s):
1bbc65e
change web server to unicorn
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,4 +2,4 @@ FROM python:3.9
|
|
2 |
COPY . /usr/app/
|
3 |
WORKDIR /usr/app/
|
4 |
RUN pip install --no-cache-dir -r requirements.txt
|
5 |
-
CMD main.py
|
|
|
2 |
COPY . /usr/app/
|
3 |
WORKDIR /usr/app/
|
4 |
RUN pip install --no-cache-dir -r requirements.txt
|
5 |
+
CMD python main.py
|