Skip to content

Commit

Permalink
Merge pull request #2 from schlusslicht/feat/craco-context-path
Browse files Browse the repository at this point in the history
Customize client context-path at build time
  • Loading branch information
bkis committed Sep 30, 2024
2 parents dfbc99f + 9a8ae20 commit beffa1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# pick base image
FROM node:12.19.0-alpine3.12 as frontend-build-env

# customize build-time context path
ARG PUBLIC_URL=/rigveda/

# copy frontend source project
COPY vedaweb-frontend /vedaweb-frontend

Expand Down

0 comments on commit beffa1f

Please sign in to comment.