2024-09-13 01:21:03 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-11-09 13:24:59 -07:00
|
|
|
chmod +x mkdotenv.sh
|
|
|
|
./mkdotenv.sh
|
2024-10-05 19:52:25 -07:00
|
|
|
|
2024-09-14 01:44:01 -07:00
|
|
|
docker build -t linuxagent LinuxGeneralCompiler/FinalStage
|
2024-10-05 19:52:25 -07:00
|
|
|
docker build -t archagent ArchAgent
|
2024-09-13 20:25:44 -07:00
|
|
|
|
2024-09-14 01:20:40 -07:00
|
|
|
rm -rf LinuxGeneralCompiler/FinalStage/secret
|
2024-10-05 19:52:25 -07:00
|
|
|
rm -rf ArchAgent/secret
|
2024-09-13 20:25:44 -07:00
|
|
|
|
2024-09-13 01:21:03 -07:00
|
|
|
docker-compose up -d
|