3

I created a new repository on GitLab where I built a docker image for my angular project. Now I made some changes in the source code locally. Is there a way I can update the docker image without rebuilding it?

1
  • 1
    This is a deficiency of a naive Docker project. Your choices are generally: 1) Rebuild the image each time to run. Put your ADD towards the end, so the previous steps can be cached. Or 2) mount your code into a base image during development. Commented Mar 31, 2020 at 14:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.