Skip to content

Commit

Permalink
Merge pull request #77 from internetstandards/50
Browse files Browse the repository at this point in the history
use no path in deploy mode
  • Loading branch information
stitch authored Dec 11, 2024
2 parents 8e2be69 + 197acb2 commit 9a73814
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 @@ -11,7 +11,7 @@ ADD package-lock.json package-lock.json
RUN make setup

ADD . /src/
RUN make build
RUN make build-gui-deploy

# Copy all compiled content into simple http server container
FROM nginx
Expand Down

0 comments on commit 9a73814

Please sign in to comment.