diff --git a/Scripts/cli/compose.yaml b/Scripts/cli/compose.yaml index d016da9..77fce73 100644 --- a/Scripts/cli/compose.yaml +++ b/Scripts/cli/compose.yaml @@ -25,8 +25,8 @@ services: network_mode: host #OPTIONAL .ENV FILE TO SET ENV VARIABLES WITHIN CONTAINER env_file: - - path: ./supra-cli.env - required: false + - ./supra-cli.env + #ENTRYPOINT, SETS THE ALIAS INSIDE THE CONTAINER FOR docker exect -it CONTAINER_NAME /bin/bash or docker exect -it CONTAINER_NAME /bin/sh -l entrypoint: > - bash -c "echo 'supra() { /supra/supra \"\$@\"; }' >> ~/.profile && echo \"alias supra='/supra/supra'\" >> ~/.bashrc && exec bash" \ No newline at end of file + bash -c "echo 'supra() { /supra/supra \"\$@\"; }' >> ~/.profile && echo \"alias supra='/supra/supra'\" >> ~/.bashrc && exec bash"