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 2234ce1 commit 1278856Copy full SHA for 1278856
payload/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:lts-alpine as base
+FROM node:lts as base
2
WORKDIR /base
3
COPY package.json yarn.lock ./
4
RUN yarn install --frozen-lockfile
0 commit comments