5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/bash
|
|
|
|
git pull
|
|
docker build -t rendiciones:latest .
|
|
docker compose up -d |