aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev.sh')
-rwxr-xr-xscripts/dev.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/dev.sh b/scripts/dev.sh
index 408ce2e..f9fc016 100755
--- a/scripts/dev.sh
+++ b/scripts/dev.sh
@@ -5,12 +5,13 @@
if [ "$1" = "--build" ]; then
shift
- printf "Building pythondiscord/snekbox-venv:dev..."
+ printf "Building ghcr.io/python-discord/snekbox-venv:dev..."
docker build \
- -t pythondiscord/snekbox-venv:dev \
- -f docker/venv.Dockerfile \
+ -t ghcr.io/python-discord/snekbox-venv:dev \
+ -f docker/Dockerfile \
--build-arg DEV=1 \
+ --target venv \
-q \
. \
>/dev/null \
@@ -46,7 +47,7 @@ docker run \
--volume "${PWD}":"${PWD}" \
--workdir "${PWD}"\
--entrypoint /bin/bash \
- pythondiscord/snekbox-venv:dev \
+ ghcr.io/python-discord/snekbox-venv:dev \
>/dev/null \
# Execute the given command(s)