mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 13:35:23 +01:00
Switch base image to Debian on Dockerfile.embedded
This commit is contained in:
parent
705bed402b
commit
996d92bbf5
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-prod
|
||||
RUN npm run build-embed-host
|
||||
|
||||
FROM golang:1.19.1 AS builder
|
||||
|
||||
|
|
Loading…
Reference in a new issue