From 8135eee5524206e497f22a1be753a927407ee706 Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff Date: Thu, 19 Nov 2020 00:02:15 +0100 Subject: Fix Dockerfile paths & revert error in Dockerfile I've fixed paths still pointing to the old Dockerfile location. I've also reverted an error that somehow got committed to the Dockerfile. --- scripts/dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/dev.sh') 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 \ -- cgit v1.2.3