Skip to content

Commit

Permalink
regenerated package lock and build FE without emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
pricelessrabbit committed Sep 17, 2024
1 parent c268144 commit 684b9c7
Show file tree
Hide file tree
Showing 3 changed files with 1,296 additions and 565 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . .
RUN go build -ldflags "-X main.Version=$VERSION" -o /cmd/nui-web ./cmd/server/main.go

## frontend build
FROM node:18 AS build_fe
FROM --platform=$BUILDPLATFORM node:18 AS build_fe
WORKDIR /frontend
COPY ./frontend .
RUN npm install
Expand Down
Loading

0 comments on commit 684b9c7

Please sign in to comment.