Skip to content

Commit

Permalink
docker: provide default constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Nov 30, 2022
1 parent dedd216 commit 011bf89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN --mount=type=cache,target=/root/.cache \

COPY --from=node /dist/node_modules ./static/node_modules
COPY /static ./static
RUN mv static/app/constants.js.sample static/app/constants.js

FROM app AS app-build

Expand Down

0 comments on commit 011bf89

Please sign in to comment.