Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2eb78ab73c | ||
|
|
edf4647549 |
@@ -12,7 +12,7 @@ RUN go build -o ./app ./main.go
|
|||||||
FROM node:16-alpine as build-stage
|
FROM node:16-alpine as build-stage
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./ui/package*.json ./
|
COPY ./ui/package*.json ./
|
||||||
RUN apk add --no-cache autoconf
|
RUN apk add --no-cache autoconf automake
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY ./ui .
|
COPY ./ui .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user