Skip to content

Commit

Permalink
fix(build): fix missing args in dockerfile (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
wreality authored Dec 12, 2022
1 parent f6fcab2 commit 7689b10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ COPY . ./
ARG VERSION
ARG VERSION_URL
ARG VERSION_DATE

ARG APP_BANNER
ARG APP_BANNER_CLASS
ARG APP_BANNER_LINK
RUN yarn && yarn build

FROM nginx:latest
Expand Down

0 comments on commit 7689b10

Please sign in to comment.