Skip to content

Commit 33e093f

Browse files
committed
rename ADD
1 parent afe507e commit 33e093f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app
55

66
# copy package.json in isolation to detect changes
7-
ADD package.json package-postinstall.js /usr/src/app/
7+
COPY package.json package-postinstall.js /usr/src/app/
88
RUN npm install
99

10-
ADD . /usr/src/app
10+
COPY . /usr/src/app
1111

1212
ENV PORT 80
1313
EXPOSE 80

0 commit comments

Comments
 (0)