Update Dockerfile

This commit is contained in:
Alexandre
2022-01-19 22:28:51 +01:00
committed by GitHub
parent 5d0dde4a46
commit 13b0249525

View File

@@ -14,7 +14,8 @@
# 1 Build Image # # 1 Build Image #
################# #################
FROM yukulehe/gazpar2mqtt:latest ARG BUILD_FROM
FROM $BUILD_FROM
################## ##################
# 2 Modify Image # # 2 Modify Image #