ci: Fixes user in Dockerfile
This commit is contained in:
parent
70b9f6f28c
commit
55ec7445ee
1 changed files with 2 additions and 0 deletions
|
|
@ -44,4 +44,6 @@ RUN apk update --no-cache \
|
||||||
COPY --from=builder --chown=app:app /app/.venv /app/.venv
|
COPY --from=builder --chown=app:app /app/.venv /app/.venv
|
||||||
COPY --from=builder --chown=app:app /app/src /app/src
|
COPY --from=builder --chown=app:app /app/src /app/src
|
||||||
|
|
||||||
|
USER $USER
|
||||||
|
|
||||||
CMD ["/app/src/karl/__init__.py"]
|
CMD ["/app/src/karl/__init__.py"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue