mirror of
https://github.com/daledavies/jump.git
synced 2026-05-06 04:47:49 +02:00
Make dockerfile work with buildx
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user