Update Dockerfile

This commit is contained in:
Alexandre
2022-12-08 10:02:28 +01:00
committed by GitHub
parent ed9d2ebf32
commit 1fac86a01d

View File

@@ -15,7 +15,8 @@
################# #################
ARG BUILD_VERSION ARG BUILD_VERSION
FROM wger/server:latest ARG BUILD_FROM
FROM ${BUILD_FROM}
################## ##################
# 2 Modify Image # # 2 Modify Image #