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 .