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:
@ -8,7 +8,6 @@ WORKDIR /app
|
||||
COPY ui/package*.json ./
|
||||
RUN npm install
|
||||
COPY ui/ ./
|
||||
RUN ls -l
|
||||
RUN npm run build
|
||||
|
||||
FROM alpine
|
||||
|
Reference in New Issue
Block a user