1.0.1 release #15

Merged
williamp merged 35 commits from testing into master 2023-03-21 18:10:14 +00:00
10 changed files with 92 additions and 12 deletions
Showing only changes of commit cc57dfdb32 - Show all commits

View File

@@ -3,4 +3,4 @@ COPY ./app /app
WORKDIR /app WORKDIR /app
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
ENV FLASK_APP=app.py ENV FLASK_APP=app.py
CMD ["python3", "-m", "flask", "run", "--host=0.0.0.0"] CMD ["python3", "-m", "flask", "run", "--host=0.0.0.0", "--port=80"]