mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
- Fixed copying Dockerfile.amd64 to Dockerfile.arm in the 2nd last commit
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM php:7.2-apache
|
FROM arm32v7/php:7.2.8-apache-stretch
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
|
COPY tmp/qemu-arm-static /usr/bin/qemu-arm-static
|
||||||
ENV FIREFLY_PATH=/var/www/firefly-iii COMPOSER_ALLOW_SUPERUSER=1
|
ENV FIREFLY_PATH=/var/www/firefly-iii COMPOSER_ALLOW_SUPERUSER=1
|
||||||
LABEL version="1.4" maintainer="thegrumpydictator@gmail.com"
|
LABEL version="1.4" maintainer="thegrumpydictator@gmail.com"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user