mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2024-11-22 02:31:57 +01:00
fix(dockerfile): should fix the failing CI
This commit is contained in:
parent
c0af160fab
commit
ce65b1b1ce
@ -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:16-alpine AS build-front
|
||||
WORKDIR /app
|
||||
COPY ui/package*.json ./
|
||||
RUN npm install
|
||||
|
Loading…
Reference in New Issue
Block a user