Skip to content

Commit

Permalink
re-adds yarn to Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Jul 24, 2023
1 parent 8a3291f commit 9e66dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:18.14.1-alpine
WORKDIR /app
RUN apk update && apk upgrade && apk add --no-cache bash git
COPY package.json .
RUN yarn
COPY . .
EXPOSE 8080
CMD yarn start:dev

0 comments on commit 9e66dc2

Please sign in to comment.