Documented multi-architecture on docker image

This commit is contained in:
Alejandro Celaya
2020-05-16 10:39:47 +02:00
parent 2ea58acde2
commit 135b62a9cc
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -40,6 +40,7 @@ RUN apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS && \
docker-php-ext-enable swoole && \
apk del .phpize-deps
# Install shlink
FROM base as builder
COPY . .