Skip to content

Commit 11b383e

Browse files
authored
Update Dockerfile
1 parent e69dd4a commit 11b383e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ENV DB_PASSWORD=${DB_PASSWORD}
1212
ARG DB_NAME=${DB_NAME}
1313
ENV DB_NAME=${DB_NAME}
1414

15-
COPY ./backend .
15+
COPY . .
1616

1717
RUN npm install
1818

19-
CMD [ "npm", "start" ]
19+
CMD [ "npm", "start" ]

0 commit comments

Comments
 (0)