build(backend/Dockerfile): prevent chown of backend files by allow-different-user in stack config

This commit is contained in:
Sarah Vaupel 2025-03-27 12:52:07 +01:00
parent 5fd52768bc
commit d2105c8894
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ endif
.PHONY: dependencies
dependencies:
chown -R `id -un`:`id -gn` "$(PROJECT_DIR)"; \
stack install hpack; stack install yesod-bin; \
stack build -j2 --only-dependencies

View File

@ -9,6 +9,7 @@ flags:
rebuild-ghc-options: true
#ghc-options:
# "$everything": -fno-prof-auto
allow-different-user: true
local-bin-path: ./bin