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 3750c83 commit 028c565Copy full SHA for 028c565
firefetch/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.13.1-alpine as app
+FROM node:20.13.1-alpine AS app
2
WORKDIR /app
3
COPY package.json package-lock.json ./
4
RUN npm ci
0 commit comments