mirror of
https://github.com/demostf/migrate.git
synced 2026-06-03 17:24:10 +02:00
fix docker build
This commit is contained in:
parent
9234171b8e
commit
1451d8658c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM php:7.1-alpine
|
|||
COPY . /app
|
||||
RUN apk add --no-cache wget \
|
||||
&& wget https://getcomposer.org/composer.phar \
|
||||
&& php composer.phar -d=/app install --no-dev --no-interaction \
|
||||
&& php composer.phar --working-dir=/app install --no-dev --no-interaction \
|
||||
&& rm composer.phar \
|
||||
&& apk del wget
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue