Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
r59q committed Jun 26, 2024
1 parent 7b3fa67 commit c5474b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ WORKDIR /usr/src/app
COPY package*.json ./

# Install app dependencies
RUN npm install -g express
RUN npm install
RUN npm install
RUN npm install express

# Bundle app source
COPY . .
Expand Down

0 comments on commit c5474b4

Please sign in to comment.