Update Dockerfile

This commit is contained in:
Alexandre
2022-05-16 11:47:27 +02:00
committed by GitHub
parent 33dede7b9d
commit 47ad1eb7a8

View File

@@ -16,7 +16,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ENV BUILD_UPSTREAM="5.7.5"
FROM fireflyiii/core:latest FROM fireflyiii/core:latest
################## ##################
@@ -29,6 +28,7 @@ FROM fireflyiii/core:latest
# # Change data location # # Change data location
# grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g' # grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g'
ARG BUILD_UPSTREAM="5.7.5"
RUN \ RUN \
################# #################
# Fix for 5.7.5 # # Fix for 5.7.5 #