Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1a7a053f4 | ||
|
|
359f35c53f | ||
|
|
ea3423d32a | ||
|
|
6542a3bb28 | ||
|
|
35d2f1ca0b | ||
|
|
565d5701be |
@@ -11,8 +11,9 @@ RUN go build -o ./app ./main.go
|
||||
|
||||
FROM node:16-alpine as build-stage
|
||||
WORKDIR /app
|
||||
USER node
|
||||
COPY ./ui/package*.json ./
|
||||
RUN apk add --no-cache autoconf automake
|
||||
RUN apk add --no-cache autoconf automake build-base
|
||||
RUN npm install
|
||||
COPY ./ui .
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user