mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 04:18:40 +02: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…
Add table
Add a link
Reference in a new issue