Update docker images for dev enviroment. Ruby is 2.7.1. #54
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
autonomiczone_jekyll_1 is out of date?
I'm getting this:
Update docker images for dev enviromentto Update docker images for dev enviroment. Ruby is 2.7.1.Hey you might still have the old images? Run
docker-compose down
and then run theup
command. Also make you have a fresh copy with agit pull
. The gemfile/ruby version out-of-sync issues were fixed recently.so I tried that and it didn't help.
Error now:
However I just realised I had only
master
branch recently and notmain
.That worked!
Just ran:
git checkout main
git branch -d master
Closing.