This commit is contained in:
Alexandre
2024-10-12 14:30:47 +02:00
parent 7e46fdfd0e
commit 229383cdd2
2 changed files with 2 additions and 3 deletions

View File

@@ -24,8 +24,7 @@ RUN yarn install \
RUN yarn generate RUN yarn generate
# Stage 2: Build the Final Image # Stage 2: Build the Final Image
ARG BUILD_FROM FROM hkotel/mealie:nightly
FROM ${BUILD_FROM}
# Copy the rebuilt frontend files into the final image # Copy the rebuilt frontend files into the final image
COPY --from=builder /app/frontend/dist /spa/static COPY --from=builder /app/frontend/dist /spa/static

View File

@@ -112,6 +112,6 @@
"slug": "test", "slug": "test",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.0-beta_ingress_test6", "version": "v2.0-beta_ingress_test7",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9001]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]"
} }