Skip to content

Commit

Permalink
fix gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Elizarov committed May 14, 2024
1 parent 9f54d83 commit b84752c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.gui
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN yarn install
###
FROM node:lts-alpine3.19 as run

COPY --from=download /tmp/ergogen-gui /ergogen-gui
COPY --from=build /ergogen-gui /ergogen-gui

WORKDIR /ergogen-gui

Expand Down
1 change: 1 addition & 0 deletions make-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ err() {
ergogen_build() {
local target="${1:-run}"
docker build \
--no-cache \
--target "${target}" \
-t ergogen-gui:latest \
-f Dockerfile.gui \
Expand Down

0 comments on commit b84752c

Please sign in to comment.