Skip to content

Commit aa3002a

Browse files
committed
Switch to npm for global SLS installation
1 parent faceb11 commit aa3002a

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
@@ -12,6 +12,6 @@ RUN apk add --no-cache \
1212

1313
ENV NODE_ENV development
1414

15-
RUN yarn global add serverless@1.63.0
15+
RUN npm install -g npm serverless@1.63.0
1616

1717
ENTRYPOINT ["/bin/bash", "-c"]

0 commit comments

Comments
 (0)