Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
itchibli committed Mar 26, 2024
1 parent 6b8d141 commit 94606f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY --chown=appuser:appuser --chmod=644 ./src /code/src

RUN pip install /code

COPY --chown=appuser:appuser ./controller /code/controller
COPY --chown=appuser:appuser --chmod=644 ./controller /code/controller

USER appuser

Expand Down

0 comments on commit 94606f2

Please sign in to comment.