Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansbk committed Dec 18, 2023
1 parent 1ad2af6 commit 4050a8e
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 @@ CMD yarn dev
FROM base as builder
RUN yarn build

FROM node:16 as prod
FROM node:18 as prod
ENV NODE_ENV=production
WORKDIR /app
RUN mkdir /app/certs
Expand Down

0 comments on commit 4050a8e

Please sign in to comment.