Skip to content

Commit f84fccb

Browse files
committed
feat: start php-fpm as wodby
1 parent 26573a3 commit f84fccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/php/build.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ COPY --chown=wodby:wodby ./storage ./storage
5757
COPY --chown=wodby:wodby ./app ./app
5858

5959
FROM build AS app
60+
USER wodby
6061
EXPOSE 9000
6162
CMD ["php-fpm"]

0 commit comments

Comments
 (0)