Skip to content

Commit

Permalink
Edit dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoutigeWolf committed Dec 18, 2024
1 parent 22b002c commit 8ee5be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AH-UN Schedule API/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN micromamba install -y -n base -f /tmp/environment.yaml && \

WORKDIR /code

COPY ./app /code/app
COPY ./ /code/

CMD ["uvicorn", "app.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "80", "--workers", "4"]

0 comments on commit 8ee5be2

Please sign in to comment.