Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew-alex authored Sep 7, 2023
1 parent 0ad800f commit a54c065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM node:17-alpine

WORKDIR /usr/src/app

RUN mkdir images

COPY package*.json ./

RUN npm install
Expand Down

0 comments on commit a54c065

Please sign in to comment.