🔨 Fix dockerfile still build the frontend issue

This commit is contained in:
LittleSheep 2024-03-30 13:00:15 +08:00
parent ef3aa99827
commit 6e98029eb4

View File

@ -5,10 +5,6 @@ RUN apk add nodejs npm
WORKDIR /source WORKDIR /source
COPY . . COPY . .
WORKDIR /source/pkg/views
RUN npm install
RUN npm run build
WORKDIR /source
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs -o /dist ./pkg/cmd/main.go RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs -o /dist ./pkg/cmd/main.go
# Runtime # Runtime