Michele L.
Michele L.
Hello, try replacing .:/code in volume section with the absolute motherpath of the docker-compose file
> test_dockerfile.py > I'm skipping this for the moment because the new Dockerfile shape introduced in [#1249 (comment)](https://github.com/simonw/datasette/issues/1249#issuecomment-804404544) isn't compatible with this technique, since it installs Datasette from PyPI rather...
@VIKTORVAV99 I read about external references outside this repo. If you can mention them, you can do it :)
Hello, congrats for the interesting project! Here yo can find the fix + other perks (https://github.com/electricitymap/electricitymap-contrib/pull/4397) [Success Run log](https://github.com/electricitymap/electricitymap-contrib/files/9218786/updated-electricitymap-contrib-run.log) @Kongkille I'll appreciate your fb as well :) Please consider me...
Hello, maybe you can investigate if some env variables are different or need to be wrapped in '' To do this you can debug doing _docker exec -it my-container env_...
Assuming that I have done docker compose up with a yaml containing the myservice service , I would like to stop and remove only that container and its volumes. Tried...