Skip to content

Commit 440649e

Browse files
committed
chore: remove unused build-time API_URL
1 parent 62da0a6 commit 440649e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ RUN chown node:node /zeppelin
55

66
USER node
77

8-
ARG API_URL
9-
108
# Install dependencies before copying over any other files
119
COPY --chown=node:node package.json package-lock.json /zeppelin
1210
RUN mkdir /zeppelin/backend

build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build -t dragory/zeppelin --build-arg API_URL=https://zeppelin.gg/api .
1+
docker build -t dragory/zeppelin .

0 commit comments

Comments
 (0)