mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01:00
test
This commit is contained in:
@@ -24,8 +24,7 @@ RUN yarn install \
|
||||
RUN yarn generate
|
||||
|
||||
# Stage 2: Build the Final Image
|
||||
ARG BUILD_FROM
|
||||
FROM ${BUILD_FROM}
|
||||
FROM hkotel/mealie:nightly
|
||||
|
||||
# Copy the rebuilt frontend files into the final image
|
||||
COPY --from=builder /app/frontend/dist /spa/static
|
||||
|
||||
@@ -112,6 +112,6 @@
|
||||
"slug": "test",
|
||||
"udev": true,
|
||||
"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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user