Skip to content

Commit

Permalink
fix user in generated dockerimage
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 22, 2024
1 parent 5f49510 commit c270be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/project/templates/Dockerfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EOF

{{- end }}

USER 1000
USER www-data

FROM shopware-cli as build

Expand Down

0 comments on commit c270be1

Please sign in to comment.