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

Github workflow to build multi arch docker image, thx to zmingxie

This commit is contained in:
vx3r
2020-02-07 15:15:39 +09:00
parent 14660f487d
commit 8d6a05e2d9
4 changed files with 43 additions and 3 deletions

View File

@ -8,7 +8,6 @@ WORKDIR /app
COPY ui/package*.json ./
RUN npm install
COPY ui/ ./
RUN ls -l
RUN npm run build
FROM alpine