Skip to content
Permalink
f1a205f3c8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 13 lines (7 sloc) 126 Bytes
#!/bin/bash
docker-compose build
docker-compose pull
docker-compose down
sleep 2
docker-compose up -d
docker-compose ps