Skip to content

Commit

Permalink
build: chown test as appuser
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 21, 2023
1 parent 0ba9f3b commit 2ad187c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ USER appuser


FROM debug-no-odk as ci
COPY tests/ /opt/tests/
COPY --chown=appuser tests/ /opt/tests/
# Pre-compile packages to .pyc (init speed gains)
RUN python -c "import compileall; compileall.compile_path(maxlevels=10, quiet=1)"
# Override entrypoint, as not possible in Github action
Expand Down

0 comments on commit 2ad187c

Please sign in to comment.