Skip to content

Commit

Permalink
Make dockerfile work with buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
daledavies committed Mar 19, 2022
1 parent 8f926e2 commit 6800555
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
@@ -1,6 +1,6 @@
# Start with the official composer image, copy application files and install
# dependencies.
FROM composer AS builder
FROM --platform=$BUILDPLATFORM composer AS builder
COPY jumpapp/ /app
RUN composer install --no-dev \
--optimize-autoloader \
Expand Down

0 comments on commit 6800555

Please sign in to comment.