Switch base image to Debian on Dockerfile.embedded

This commit is contained in:
Marco Realacci 2023-01-10 01:27:29 +01:00
parent 705bed402b
commit 996d92bbf5

View file

@ -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