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 6f40b9c commit 74204fdCopy full SHA for 74204fd
Dockerfile
@@ -1,5 +1,5 @@
1
# adapted from https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
2
-FROM node:16
+FROM node:16-alpine
3
WORKDIR /usr/src/app
4
COPY package*.json ./
5
RUN npm install
0 commit comments