From 440649ec7b694f070ceee66a36005fef2fd1476f Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:46:42 +0000 Subject: [PATCH] chore: remove unused build-time API_URL --- Dockerfile | 2 -- build-image.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3c1a1a2..5e75e268 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ RUN chown node:node /zeppelin USER node -ARG API_URL - # Install dependencies before copying over any other files COPY --chown=node:node package.json package-lock.json /zeppelin RUN mkdir /zeppelin/backend diff --git a/build-image.sh b/build-image.sh index 5b47f6d3..ca1cedda 100755 --- a/build-image.sh +++ b/build-image.sh @@ -1 +1 @@ -docker build -t dragory/zeppelin --build-arg API_URL=https://zeppelin.gg/api . +docker build -t dragory/zeppelin .