3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-06 02:27:19 +00:00

chore: remove unused build-time API_URL

This commit is contained in:
Dragory 2025-06-01 20:46:42 +00:00
parent 62da0a6e34
commit 440649ec7b
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -5,8 +5,6 @@ RUN chown node:node /zeppelin
USER node USER node
ARG API_URL
# Install dependencies before copying over any other files # Install dependencies before copying over any other files
COPY --chown=node:node package.json package-lock.json /zeppelin COPY --chown=node:node package.json package-lock.json /zeppelin
RUN mkdir /zeppelin/backend RUN mkdir /zeppelin/backend

View file

@ -1 +1 @@
docker build -t dragory/zeppelin --build-arg API_URL=https://zeppelin.gg/api . docker build -t dragory/zeppelin .