Skip to content

Commit 90d2615

Browse files
committed
fix: correct syntax for copying folder
1 parent d3ed8c4 commit 90d2615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ARG NODE_ENV
1010

1111
EXPOSE 5000
1212

13-
COPY package.json yarn.lock src/ /app/
13+
COPY package.json yarn.lock /app/
14+
COPY src/ /app/src/
1415

1516
WORKDIR /app/
1617

0 commit comments

Comments
 (0)