Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
1c9f9c7803
commit
c15b22c71a
@@ -12,6 +12,7 @@ RUN go build -o ./app ./main.go
|
||||
FROM node:16-alpine as build-stage
|
||||
WORKDIR /app
|
||||
COPY ./ui/package*.json ./
|
||||
RUN apk add --no-cache autoconf
|
||||
RUN npm install
|
||||
COPY ./ui .
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user