[a] add podman build script
This commit is contained in:
parent
34ebf48f0b
commit
ebaa9d5783
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