don't build the docker image in nix

This commit is contained in:
Quentin 2023-03-16 12:26:20 +01:00
parent 1f9af0de90
commit aa8df8a3bc
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
nix build .#docker.albatros
nix build
nix develop --command "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug"