Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Nov 17, 2023
1 parent 758fe38 commit f14edd4
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 @@ -5,4 +5,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY ./config.ini /code/config.ini
COPY ./app /code/app
COPY ./um-identity-api.log /code/um-identity-api.log
RUN chmod 666 /code/um-identity-api.log
CMD ["uvicorn", "app.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "8080"]

0 comments on commit f14edd4

Please sign in to comment.