usdpl-decky-plugin-template/backend/create_docker_img.sh

5 lines
96 B
Bash
Raw Permalink Normal View History

2024-10-24 03:33:31 +01:00
#!/bin/bash
# build docker container locally (for testing)
docker build -t fantastic_backend .