Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
itchibli committed Mar 26, 2024
1 parent da8d477 commit f5a6e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ COPY --chown=appuser:appuser ./controller /code/controller

USER appuser

RUN chmod -R -w /code

CMD ["uvicorn", "controller.controller:app", "--host", "0.0.0.0", "--port", "80"]

0 comments on commit f5a6e4c

Please sign in to comment.