We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1881e9 commit 01b75fcCopy full SHA for 01b75fc
backend/Dockerfile.prod
@@ -1,12 +1,12 @@
1
-FROM node:18.12.0 AS api-builder
+FROM node:20.9.0 AS api-builder
2
RUN mkdir /srv/backend
3
WORKDIR /srv/backend
4
RUN mkdir -p node_modules
5
COPY package.json yarn.lock ./
6
RUN yarn install --pure-lockfile
7
COPY . .
8
9
-FROM node:18.12.0-slim AS api-production
+FROM node:20.9.0-slim AS api-production
10
EXPOSE 4000
11
USER node
12
0 commit comments