Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
backend-kimsubin authored Aug 17, 2022
1 parent 82bf20a commit f3e309f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /app
COPY ./ /app

RUN apk add --update nodejs npm
RUN apk --update add redis
RUN npm ci
RUN npm run build

Expand Down

0 comments on commit f3e309f

Please sign in to comment.