TC
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user