mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
fix: docker push
This commit is contained in:
parent
c2267a4bea
commit
486ed4c958
4 changed files with 24 additions and 18 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue