mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +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
|
### Build Vue.js into plain HTML/CSS/JS
|
||||||
WORKDIR /app/webui
|
WORKDIR /app/webui
|
||||||
RUN npm run build-embed-host
|
RUN npm run build-embed
|
||||||
|
|
||||||
FROM golang:1.19.1 AS builder
|
FROM golang:1.19.1 AS builder
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue