5 lines
66 B
Bash
5 lines
66 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
docker compose build base
|
||
|
|
docker compose up --build -d
|