mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01: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
|
||||
|
||||
# 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 --from=builder /app/frontend/dist /spa/static
|
||||
|
||||
Reference in New Issue
Block a user