5 lines
241 B
Bash
Raw Normal View History

2023-03-28 08:48:09 +00:00
# /bin/sh
docker build -f satcomp-common/Dockerfile -t satcomp-infrastructure:common .
docker build -f satcomp-leader/Dockerfile -t satcomp-infrastructure:leader .
docker build -f satcomp-worker/Dockerfile -t satcomp-infrastructure:worker .