Skip to content

Commit

Permalink
fix: use config.example.json
Browse files Browse the repository at this point in the history
Signed-off-by: Felix <[email protected]>
  • Loading branch information
GoliathLabs authored Mar 30, 2024
1 parent 7bd863a commit 2f41507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN npm run build

FROM nginx:1.25.4-alpine
COPY --from=build /code/build/ /usr/share/nginx/html
COPY --from=build /code/config*.json /usr/share/nginx/html/
COPY --from=build /code/config.example.json /usr/share/nginx/html/
EXPOSE 80

0 comments on commit 2f41507

Please sign in to comment.