1
0
mirror of https://github.com/fauxpilot/fauxpilot.git synced 2025-03-12 04:36:10 -07:00
Commit Graph

10 Commits

Author SHA1 Message Date
Parth Thakkar
99e41d7005 Fix docker compose invocation
1. Make sure we don't call docker-compose if 'docker compose' is available
2. Automatically build the container (will be cached by docker, so no overhead) (fixes )

Signed-off-by: Parth Thakkar <thakkarparth007@gmail.com>
2023-01-24 12:10:48 -06:00
Brendan Dolan-Gavitt
df15a58544 Small fixes to launch.sh option parsing
* Fixed a small mistake that prevented the -h option from working.
* Corrected some capitalization / grammar issues in the help text.
* Removed a debug print that was left in.
2022-12-20 17:28:28 -05:00
Geunsik Lim
3ddde13f5f feat: add option of launch.sh
This PR is to add an option function for the user to selectively use
foreground mode and background mode (i.e., daemon mode).
Also, depending on the version of docker composer, the -d (daemon mode) option
may or may not be present. Therefore, this is to deal effectively with these
situations.

Signed-off-by: Geunsik Lim <leemgs@gmail.com>
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
2022-11-02 12:21:26 +09:00
Fred de Gier
986c342cad
Update launch.sh 2022-10-19 14:52:22 +02:00
Fred de Gier
de71bb6ff5 Resole merge conflicts 2022-10-03 14:27:32 +02:00
Fred de Gier
87f4f53e27 Simplify config and port handling 2022-10-03 14:13:10 +02:00
Brendan Dolan-Gavitt
79fa54008b Fix launch.sh for case where docker path has a space
Fixes 
2022-09-30 22:03:19 -04:00
Geunsik Lim
c185bbb3db
updated launch.sh to introduce shebang
This commit is to introduce the shebang structure in the launch.sh file.

Signed-off-by: Geunsik Lim <leemgs@gmail.com>
2022-08-13 11:46:52 +09:00
Brendan Dolan-Gavitt
9e7fb28b65 Check for docker-compose and use docker compose if not found
Fixes .
2022-08-04 17:20:55 -04:00
Brendan Dolan-Gavitt
a23a1478f7 Initial commit 2022-08-02 21:47:27 -04:00