Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
ea3423d32a
commit
359f35c53f
@@ -11,6 +11,7 @@ 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 build-base
|
||||
RUN npm install
|
||||
|
||||
Reference in New Issue
Block a user