mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-05-22 22:58:29 +02:00
updated CI flow and change master -> main (#105)
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ RUN npm install
|
||||
COPY ui .
|
||||
RUN npm run build
|
||||
|
||||
FROM docker.io/golang:1.14 AS build
|
||||
FROM docker.io/golang:latest AS build
|
||||
WORKDIR /wg
|
||||
RUN go get github.com/go-bindata/go-bindata/...
|
||||
RUN go get github.com/elazarl/go-bindata-assetfs/...
|
||||
|
||||
Reference in New Issue
Block a user