diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/dev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev.sh b/scripts/dev.sh index f9fc016..f9cd28e 100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -9,7 +9,7 @@ if [ "$1" = "--build" ]; then docker build \ -t ghcr.io/python-discord/snekbox-venv:dev \ - -f docker/Dockerfile \ + -f Dockerfile \ --build-arg DEV=1 \ --target venv \ -q \ |