4 lines
No EOL
160 B
Bash
Executable file
4 lines
No EOL
160 B
Bash
Executable file
#!/bin/bash
|
|
echo "🌊 [Erminig] Rebuild and launch dev env..."
|
|
podman-compose -f docker-compose.yml build && \
|
|
podman-compose -f docker-compose.yml run erminig |