fixed build command

This commit is contained in:
kappa118 2025-03-01 20:27:37 -05:00
parent 18bb218fba
commit 7fc168acac

2
docker/build-dev.sh Normal file → Executable file
View file

@ -1,3 +1,3 @@
#!/bin/bash
docker build -t dispatcharr/dispatcharr:dev ..
docker build -t dispatcharr/dispatcharr:dev -f Dockerfile ..