Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
Signed-off-by: Your Name <[email protected]>
  • Loading branch information
Your Name committed Nov 16, 2023
1 parent f244ed1 commit ca06d68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ WORKDIR /usr/src/app
# Clone the Git repository
RUN git clone https://github.com/deepanshu-yadav/devopsprojects23.git .

# Copy package.json and package-lock.json to the working directory
COPY package*.json ./


# Install app dependencies
RUN npm install

Expand Down

0 comments on commit ca06d68

Please sign in to comment.