Remove target platform reference

This commit is contained in:
James Cole
2019-02-02 19:24:53 +01:00
parent 88d65b4784
commit edff3d7fb0

View File

@@ -1,6 +1,5 @@
FROM arm32v7/php:7.2.8-apache-stretch
ARG TARGETPLATFORM
RUN echo "I'm building for $TARGETPLATFORM"
COPY tmp/qemu-arm-static /usr/bin/qemu-arm-static
ENV FIREFLY_PATH=/var/www/firefly-iii COMPOSER_ALLOW_SUPERUSER=1
LABEL version="1.3" maintainer="thegrumpydictator@gmail.com"