Make dockerfiles folder a git submodule from indiehosters/applications
Created by: michielbdejong
Merge request reports
Activity
Filter activity
Created by: michielbdejong
@pierreozoux to test that this PR does not change any actual files, you can do the following:
- go to your master branch and run
cp -r dockerfiles/ tmp
- go to this branch, and run
git submodule init; git submodule update
- run
rm -f dockerfiles/* ; mv tmp/* dockerfiles/
cd dockerfiles/ ; git status
Then you should see if the files in the submodule are identical to the files you in the dockerfiles/ folder of your master branch.
- go to your master branch and run
Created by: michielbdejong
Outdated due to new commits in https://github.com/IndiePaaS/IndiePaaS/commits/master/dockerfiles
Please register or sign in to reply