Skip to content

Commit 2d1d577

Browse files
committed
Always run as app user in development
* helps with running phpstorm docker based console commands
1 parent 65b5465 commit 2d1d577

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/dist/php/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ ARG UID=1000
99

1010
RUN groupmod -g $GID app && \
1111
usermod -g $GID -u $UID app
12+
13+
USER app:app
14+

0 commit comments

Comments
 (0)