Skip to content

Commit

Permalink
path updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpatelbot committed Mar 4, 2024
1 parent a82a5c8 commit ab3432c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:alpine3.18
WORKDIR /backend
COPY ./backend/package.json ./backend
COPY ./backend/package.json ./
RUN npm install
COPY . .
EXPOSE 4000
Expand Down

0 comments on commit ab3432c

Please sign in to comment.