This commit is contained in:
Prathamesh Thakar
2022-12-16 15:44:16 +05:30
parent 83822ca557
commit 0f9d819d2b

View File

@@ -2,5 +2,4 @@ FROM python:alpine3.17
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
EXPOSE 9999
ENTRYPOINT ["python", "app.py"] ENTRYPOINT ["python", "app.py"]