6 lines
113 B
Bash
Executable file
6 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
mkdir -p volumes/pictrs
|
|
sudo chown -R 991:991 volumes/pictrs
|
|
sudo docker compose up -d --build
|