Spaces:
Sleeping
Sleeping
Salif SAWADOGO
commited on
Commit
·
aed1bf0
1
Parent(s):
88c560a
CORRECT DOCKERFILE
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,4 +2,5 @@ FROM python:3.9
|
|
2 |
COPY . /usr/app/
|
3 |
WORKDIR /usr/app/
|
4 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
5 |
CMD python main.py
|
|
|
2 |
COPY . /usr/app/
|
3 |
WORKDIR /usr/app/
|
4 |
RUN pip install --no-cache-dir -r requirements.txt
|
5 |
+
EXPOSE 7860
|
6 |
CMD python main.py
|