Skip to content

Commit

Permalink
chore: change base image for deployment to non-slim version
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidPhantom committed Sep 18, 2024
1 parent 1ebf1fe commit c90fe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY . .

RUN nuxi build

FROM node:21-slim AS release
FROM node:20 AS release
WORKDIR /usr/src/frontend

COPY --from=build /usr/src/frontend/.output .output
Expand Down

0 comments on commit c90fe33

Please sign in to comment.