0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-09-10 12:14:28 +00:00

update docker workflow

This commit is contained in:
vx3r
2021-04-11 12:22:37 +02:00
parent 5b21690076
commit ba062ba97b
2 changed files with 473 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ARG COMMIT
COPY . .
RUN go build -o wg-gen-web-linux -ldflags="-X 'github.com/vx3r/wg-gen-web/version.Version=${COMMIT}'" github.com/vx3r/wg-gen-web/cmd/wg-gen-web
FROM node:10-alpine AS build-front
FROM node:lts-alpine AS build-front
WORKDIR /app
COPY ui/package*.json ./
RUN npm install