0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-09-11 12:24:27 +00:00

update, issue #115

This commit is contained in:
vx3r
2023-01-31 16:24:52 +01:00
parent 258f32b46d
commit bd8e681318
4 changed files with 7309 additions and 8504 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:lts-alpine AS build-front
FROM node:18.13.0-alpine AS build-front
WORKDIR /app
COPY ui/package*.json ./
RUN npm install