We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcb17f commit 7ae1013Copy full SHA for 7ae1013
Dockerfile
@@ -1,5 +1,5 @@
1
# dev stage
2
-FROM node:lts-alpine AS dev
+FROM node:14 AS dev
3
WORKDIR /app
4
COPY package*.json ./
5
RUN npm install
0 commit comments