diff --git a/flake.nix b/flake.nix index 5277f63..e4f59bf 100644 --- a/flake.nix +++ b/flake.nix @@ -53,12 +53,12 @@ final.unzip ]; extraCommands = '' - mkdir -p var/www/html /usr/bin/ + mkdir -p var/www/html cp ${./wp-config.php} wp-config.php cp ${./docker-entrypoint.sh} docker-entrypoint.sh chmod +x docker-entrypoint.sh ln -s ${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt etc/ssl/certs/ca-certificates.crt - ln -s ${pkgs.busybox}/bin/sh /usr/bin/bash + ln -s ${pkgs.busybox}/bin/sh usr/bin/bash ''; config = { Entrypoint = [ "/docker-entrypoint.sh" ];