Update Dockerfile

This commit is contained in:
Alexandre
2021-02-02 11:12:05 +01:00
committed by GitHub
parent b0ee36b0ff
commit 342f5b35d1

View File

@@ -1,7 +1,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
FROM ${BUILD_FROM}-${BUILD_VERSION}
FROM ${BUILD_FROM}${BUILD_VERSION}
ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"