0 votes
in Docker by
recategorized by
How to include code with copy/add or volumes in Devops?

1 Answer

0 votes
by

In docker file, we need to use COPY or ADD directive. This is useful to relocate code. However, we should use a volume if we want to make changes.

...