Skip to content

Commit f5906a7

Browse files
committed
adds yarn to Dockerfile
1 parent 548725b commit f5906a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ WORKDIR /app
33
RUN apk update && apk upgrade && \
44
apk add --no-cache bash git
55
COPY package.json .
6+
RUN yarn
67
COPY . .
78
ENTRYPOINT yarn start:dev

0 commit comments

Comments
 (0)