fix: docker push

This commit is contained in:
Elijah McMorris 2024-06-14 15:10:05 -07:00
parent c2267a4bea
commit 486ed4c958
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
4 changed files with 24 additions and 18 deletions

View file

@ -73,7 +73,8 @@
tag = "latest";
copyToRoot = [ my-crate ];
config = {
Cmd = [ "${my-crate}/bin/ark-invest-api-rust" ];
Cmd = [ "./ark-invest-api-rust" ];
WorkingDir = "${my-crate}/ark-invest-api-rust";
Env = [ "PORT=3000" ];
Expose = [ 3000 ];
};