mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-05 10:17:20 +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
|
||||
|
||||
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
|
||||
|
|
|
@ -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