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.

Related questions

0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
+1 vote
asked Apr 5, 2020 in Docker by ryan harris
...