Skip to content

Commit

Permalink
Update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Aug 15, 2023
1 parent e3d7fe0 commit cde30db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-server
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN yarn build:server

# Copy it all to a clean image to avoid cache artifacts elsewhere in the image

FROM node:16 COPY --from=build /app /app WORKDIR /app
FROM node:18 COPY --from=build /app /app WORKDIR /app

CMD ["yarn", "start:server"]

0 comments on commit cde30db

Please sign in to comment.