From 6ff42bdfa03367f68e784c69ec39cbf5313c4571 Mon Sep 17 00:00:00 2001 From: Mateusz Wojczal Date: Thu, 2 Jan 2025 21:03:30 +0100 Subject: [PATCH] Feature/variables update (#1109) * version update * version update * version update * version update * version update * version update --------- Co-authored-by: Mateusz Wojczal --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4eb44004..ad4ed22a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM php:apache AS httpd ENV API_URL="http://localhost:1000" ENV SENTRYDSN="" ENV YBUG="" -ENV ADMIN_VERSION="dev-main" +ARG ADMIN_VERSION="dev-main" COPY entrypoint.sh /usr/local/bin/docker-php-entrypoint COPY --from=base /home/node/app/dist /var/www/html COPY config/php/index.php /var/www/html/index.php