mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
Fix dockerfile
This commit is contained in:
parent
63b3a8371d
commit
c802882fe2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user