mirror of
https://github.com/tiyn/amphora-wiki.git
synced 2026-09-22 06:21:38 +02:00
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
docker compose down
|
|
docker compose up -d --build
|