Skip to content

Commit

Permalink
adjust dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanwahab committed Nov 26, 2023
1 parent 0a0ac25 commit 23a302d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ FROM node:14
WORKDIR /usr/src/app

# Copy package.json and package-lock.json (or yarn.lock)
COPY package*.json ./
COPY package.json ./

RUN ls -la

# Install project dependencies
RUN npm install
Expand Down

0 comments on commit 23a302d

Please sign in to comment.