Skip to content

Commit

Permalink
adjust BASE_URL to fix webpack fileloader issue on tutorial page
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Jul 5, 2023
1 parent 666368e commit c7c1614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ USER nru
# Copy the code into the container
COPY . .

ENV BASE_URL /question-builder
ENV BASE_URL /question-builder/

# Build the code and save a production ready copy
CMD npm run prod

0 comments on commit c7c1614

Please sign in to comment.