Skip to content

Commit 8122e58

Browse files
author
daniel.pires
committed
Fix package name in apk add command
1 parent c194ffa commit 8122e58

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,7 +1,7 @@
11
FROM alpine:latest
22
RUN apk add --update \
33
nodejs \
4-
nodejs-npm && rm -rf /var/cache/apk/*
4+
npm && rm -rf /var/cache/apk/*
55
COPY package.json /package.json
66
RUN npm i --silent --prod
77
#COPY .env /.env

0 commit comments

Comments
 (0)