Skip to content

Commit 3a00263

Browse files
author
Radu Achim
committed
fix: 🐛 npm install inside Docker using alpine node image
1 parent 31f3a8c commit 3a00263

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,4 +1,4 @@
1-
FROM node:12-alpine
1+
FROM node:12
22

33
# Setup user
44
ENV USER=cv-user

0 commit comments

Comments
 (0)