Skip to content

Commit 74204fd

Browse files
committed
Use Alpine image in Dockerfile
For slimmer builds
1 parent 6f40b9c commit 74204fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# adapted from https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
2-
FROM node:16
2+
FROM node:16-alpine
33
WORKDIR /usr/src/app
44
COPY package*.json ./
55
RUN npm install

0 commit comments

Comments
 (0)