From a5477691f85d0a0f07bd77cc2c362caac2c85ffe Mon Sep 17 00:00:00 2001 From: Sidhant Sharma <71925895+sidhant-shr@users.noreply.github.com> Date: Sun, 8 Jun 2025 23:24:14 +0530 Subject: [PATCH] Update compose.yaml --- Scripts/cli/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"