mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-01 03:36:06 +02:00
Update Dockerfile
This commit is contained in:
@@ -32,7 +32,7 @@ RUN git clone --branch "$MEALIE_VERSION" https://github.com/mealie-recipes/meali
|
|||||||
yarn generate
|
yarn generate
|
||||||
|
|
||||||
# Stage 2: Build the Final Image
|
# Stage 2: Build the Final Image
|
||||||
FROM hkotel/mealie:"$MEALIE_VERSION"
|
FROM hkotel/mealie:latest
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user