Docker-compose up을 하고 볼륨을 잡고.
근데 볼륨은 github으로 올라가면 안된다.
.volumes/volumes/
?
git add .git commit -m "fix: blah blah"
해야되는데?
git cache를 날려버리자.
git rm -r -f --cachedgit add .git commit -m "fix: blah blah"
Docker-compose up을 하고 볼륨을 잡고.
근데 볼륨은 github으로 올라가면 안된다.
.volumes/volumes/
?
git add .git commit -m "fix: blah blah"
해야되는데?
git cache를 날려버리자.
git rm -r -f --cachedgit add .git commit -m "fix: blah blah"
Docker-compose up을 하고 볼륨을 잡고.
근데 볼륨은 github으로 올라가면 안된다.
.volumes/
volumes/
?
git add .
git commit -m "fix: blah blah"
해야되는데?
git cache를 날려버리자.
git rm -r -f --cached
git add .
git commit -m "fix: blah blah"