mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2025-09-10 12:14:28 +00:00
specify ip address / proper error validation in backend / refactor
This commit is contained in:
@ -3,7 +3,7 @@ WORKDIR /app
|
||||
ADD . .
|
||||
RUN go build -o wg-gen-web-linux
|
||||
|
||||
FROM node:10-alpine as build-front
|
||||
FROM node:10-alpine AS build-front
|
||||
WORKDIR /app
|
||||
ADD ui .
|
||||
RUN npm install
|
||||
|
Reference in New Issue
Block a user