Automated building and deployment process with Docker #2
1 changed files with 5 additions and 0 deletions
5
build-podman.sh
Executable file
5
build-podman.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
podman compose -f docker-compose.build.yml down && \
|
||||||
|
#podman compose -f docker-compose.build.yml rm --all && \
|
||||||
|
podman compose -f docker-compose.build.yml build --no-cache && \
|
||||||
|
podman compose -f docker-compose.build.yml up -d --force-recreate && \
|
||||||
|
watch -n 1 podman compose -f docker-compose.build.yml ps
|
Loading…
Reference in a new issue