Skip to content
Snippets Groups Projects
RUN 114 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
#!/bin/bash -eux
/opt/bin/docker-compose kill || :
/opt/bin/docker-compose rm -f || :
/opt/bin/docker-compose up