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:
parent
62da0a6e34
commit
440649ec7b
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
docker build -t dragory/zeppelin --build-arg API_URL=https://zeppelin.gg/api .
|
docker build -t dragory/zeppelin .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue