Skip to content

Commit

Permalink
Use 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Dec 21, 2024
1 parent e2fb7fe commit 6aed721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mealie/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ WORKDIR /app

# Clone the Mealie repository to get the frontend source code
# hadolint ignore=DL3003
RUN git clone https://github.com/mealie-recipes/mealie.git . && \
RUN git clone --branch v2.4.1 https://github.com/mealie-recipes/mealie.git . && \
cd /app/frontend && \
yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000 && \
yarn generate

# Stage 2: Build the Final Image
FROM hkotel/mealie:nightly
FROM hkotel/mealie:v2.4.1

# Copy the rebuilt frontend files into the final image
COPY --from=builder /app/frontend/dist /spa/static
Expand Down

0 comments on commit 6aed721

Please sign in to comment.