mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user