Update Dockerfile
This commit is contained in:
parent
9cffd15571
commit
7721741055
@ -7,6 +7,6 @@ RUN python3 -m pip install --upgrade pip && python3 -m pip install -r /app/requi
|
|||||||
|
|
||||||
COPY app/ /app/
|
COPY app/ /app/
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
ENV containterized true
|
ENV containterized=true
|
||||||
|
|
||||||
CMD ["python3", "server.py"]
|
CMD ["python3", "server.py"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user