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 670b7b3 commit 26712b2Copy full SHA for 26712b2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:lts AS builder
+FROM node:lts as builder
2
WORKDIR /app
3
COPY . .
4
RUN npm ci
0 commit comments