Answers for "multiple copy dockerfile"

0

multiple copy dockerfile

COPY [
    "__BUILD_NUMBER ./",
    "README.md ./",
    "gulpfile ./",
    "another_file ./",
]
Posted by: Guest on January-08-2021
0

multiple copy dockerfile

COPY README.md  package.json gulpfile.js __BUILD_NUMBER ./
Posted by: Guest on January-08-2021

Browse Popular Code Answers by Language