mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 21:45:22 +01:00
Dockerfile.embedded: Fix wrong npm script name
This commit is contained in:
parent
6f74aaeaaf
commit
681dff66df
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY webui webui
|
|||
|
||||
### Build Vue.js into plain HTML/CSS/JS
|
||||
WORKDIR /app/webui
|
||||
RUN npm run build-embed-host
|
||||
RUN npm run build-embed
|
||||
|
||||
FROM golang:1.19.1 AS builder
|
||||
|
||||
|
|
Loading…
Reference in a new issue