Skip to content

Commit

Permalink
ci: try sharing console build for all
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Apr 19, 2023
1 parent 590ae9c commit 7d119aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
--no-plugins --no-scripts --prefer-dist \
`if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`

FROM node:16.14.2-alpine3.15 as node
FROM --platform=$BUILDPLATFORM node:16.14.2-alpine3.15 as node

COPY app/console /usr/local/src/console

Expand Down

0 comments on commit 7d119aa

Please sign in to comment.