Skip to content

Commit

Permalink
chore: Add new env variable to the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroChaparro committed Oct 9, 2023
1 parent 54bdd73 commit fbc14a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ COPY . .
USER application
RUN pip install -r requirements.txt
ENV GATEWAY_BASEURL "http://gateway:8080"
ENV ALLOWED_ORIGINS "http://localhost:5173"
ENTRYPOINT ["python", "-m", "flask", "-A", "./main.py", "run", "--host", "0.0.0.0", "--port", "8080"]

0 comments on commit fbc14a8

Please sign in to comment.