home.social

#developerexperince — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #developerexperince, aggregated by home.social.

  1. Has anybody got a good example of a #localdevelopment setup where their code is mounted into a #docker container, which is ideally the same as the container will be running in Production, and all the ide nice things like debugger are hooked up and reload on changes etc?
    I thought I was getting there but docker-compose doesn't mount volumes before it does the docker build (understandably) and so I'm chicken and egg.
    I really want to ease local dev in contains out without poor #developerexperince