We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77c997 commit 6443b91Copy full SHA for 6443b91
compose.yml
@@ -1 +0,0 @@
1
-
dockerfile
@@ -1,5 +1,5 @@
# Stage 1: Build
2
-FROM node:16 AS build
+FROM node:18 AS build
3
4
# Set the working directory in the container
5
WORKDIR /usr/src/app
@@ -20,7 +20,7 @@ RUN npm install -g typescript
20
RUN tsc
21
22
# Stage 2: Run
23
-FROM node:16 AS production
+FROM node:18 AS production
24
25
26
0 commit comments