mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +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
|
||||
COPY tmp/qemu-arm-static /usr/bin/qemu-arm-static
|
||||
ENV FIREFLY_PATH=/var/www/firefly-iii COMPOSER_ALLOW_SUPERUSER=1
|
||||
LABEL version="1.4" maintainer="thegrumpydictator@gmail.com"
|
||||
|
||||
|
Reference in New Issue
Block a user