3 lines
53 B
Bash
3 lines
53 B
Bash
#!/bin/bash
|
|
git pull && docker-compose up -d --build
|
#!/bin/bash
|
|
git pull && docker-compose up -d --build
|