Skip to content

Commit

Permalink
use no path in deploy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stitch committed Dec 11, 2024
1 parent f16d427 commit 197acb2
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 197acb2

Please sign in to comment.