Fix dockerfile

This commit is contained in:
SebClem 2024-08-13 13:50:42 +02:00
parent 63b3a8371d
commit c802882fe2
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -1,3 +1,5 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.18
FROM node:20 AS frontend-builder
WORKDIR /app
@ -22,7 +24,6 @@ COPY backend/ .
RUN pnpm build
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.18
FROM $BUILD_FROM
# Copy root filesystem