mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
Fix Dockerfile.embedded failing to build
This commit is contained in:
parent
681dff66df
commit
7d841abf70
4 changed files with 9588 additions and 9587 deletions
|
@ -6,6 +6,7 @@ COPY webui webui
|
|||
|
||||
### Build Vue.js into plain HTML/CSS/JS
|
||||
WORKDIR /app/webui
|
||||
RUN npm i
|
||||
RUN npm run build-embed
|
||||
|
||||
FROM golang:1.19.1 AS builder
|
||||
|
|
Loading…
Reference in a new issue