-
Notifications
You must be signed in to change notification settings - Fork 425
DL3021
José Lorenzo Rodríguez edited this page Jan 25, 2018
·
2 revisions
FROM node:carbon
COPY package.json yarn.lock my_app
FROM node:carbon
COPY package.json yarn.lock my_app/
https://docs.docker.com/engine/reference/builder/#copy
If multiple resources are specified, either directly or due to the use of a wildcard, then must be a directory, and it must end with a slash /