docker-gitlab
docker-gitlab copied to clipboard
Question:How to rebuild the image?I have to change some configurations
there are some configurations I have to change,such as "user :git",how can I rebuild the image?
Hi, the simple solution is
- checkout our repository,
- apply your changes,
- run in a command line
make build, which produces an imagesameersbn/gitlabwith your applied changes.
All the best and Merry Christmas!