mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 02:10:22 -06:00
Remove copy argument.
This commit is contained in:
parent
3a0eb5a428
commit
e4a95e55ed
@ -1,6 +1,6 @@
|
||||
FROM arm32v7/php:7.2.8-apache-stretch
|
||||
ARG TARGETPLATFORM
|
||||
COPY tmp/qemu-arm-static /usr/bin/qemu-arm-static
|
||||
#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"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM arm32v7/php:7.2.8-apache-stretch
|
||||
ARG TARGETPLATFORM
|
||||
COPY tmp/qemu-arm-static /usr/bin/qemu-arm-static
|
||||
#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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user