forked from Mirrors/keyoxide-web
fix: add env args to Dockerfile
This commit is contained in:
parent
1f3c47af2b
commit
7416912197
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ RUN yarn run build:static
|
|||
|
||||
FROM node:20-alpine
|
||||
|
||||
ARG CI_COMMIT_SHA
|
||||
ARG CI_COMMIT_BRANCH
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/package.json /app/package.json
|
||||
COPY --from=builder /app/dist /app/dist
|
||||
|
|
Loading…
Reference in a new issue