This commit is contained in:
Prathamesh Thakar
2022-12-16 14:27:58 +05:30
parent 3b47e5d158
commit 83822ca557

View File

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