Tal

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Tal created a post,

    Restarting docker containers without breaking pycharm

    At work, we use pycharm to run our project in docker containers. On my machine, I added an alias to my shell called "rebuild" that looks like this: cd ~/Documents/project_dir/; docker compose down...