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