Vic-M
Vic-M
I'm trying to put IHP in a docker image: ``` FROM nixos/nix WORKDIR /apps/ihp RUN nix-channel --update nixpkgs RUN nix-env -iA cachix -f https://cachix.org/api/v1/install \ && nix-env -iA nixpkgs.git \...
**Describe the bug** Although podman-compose passes the values in the env_file to the container, it ignores the value in the compose file **To Reproduce** .env ``` SOME_ENV_VALUE=qqq ``` docker-compose.yml ```...
HLS deletes the shebang line in single file scripts when accepting a suggestion. ### Your environment **Which OS do you use?** Windows WSL2 running CentOS Stream 9 **Which version of...