Skip to content

Commit 69fc20a

Browse files
committed
Fixed alpine image not building due to forgotten ONBUILD instructions
Signed-off-by: Moritz Friedrich <moritz@matchory.com>
1 parent 4ba3b8a commit 69fc20a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

alpine.Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,6 @@ VOLUME /var/run/php
144144
VOLUME /app
145145
EXPOSE 9000
146146

147-
ONBUILD ARG user="php"
148-
ONBUILD ARG uid="5000"
149-
ONBUILD USER "${uid}:${uid}"
150-
ONBUILD WORKDIR "/app"
151-
152147
FROM base AS dev
153148
ENV COMPOSER_ALLOW_SUPERUSER="1"
154149
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="1"

0 commit comments

Comments
 (0)