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
# 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