Skip to content

Commit d76049a

Browse files
committed
Hotfix for broken Dockerfile
1 parent 0e82907 commit d76049a

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
# build stage
22
FROM node:lts-alpine AS build-stage
33

4-
RUN yarn install -g typescript jest
4+
RUN yarn global add typescript jest
55
WORKDIR /usr/local/src/neodash
66

77
# Pull source code if you have not cloned the repository

0 commit comments

Comments
 (0)