Code is now more in line with Klemen's
parent
227a14ef0a
commit
5835232298
|
@ -3,9 +3,8 @@ FROM python:3.8-slim-buster
|
|||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python3", "-m", "flask", "run", "--host=0.0.0.0"]
|
||||
CMD ["python3", "app.py"]
|
||||
|
|
Loading…
Reference in New Issue