1.0.1 release #15
@@ -3,4 +3,4 @@ COPY ./app /app
|
||||
WORKDIR /app
|
||||
RUN pip3 install -r requirements.txt
|
||||
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"]
|
Reference in New Issue
Block a user