Skip to content

Instantly share code, notes, and snippets.

View LIBINLUVIS's full-sized avatar
🎯
Focusing

LIBINLUVIS LIBINLUVIS

🎯
Focusing
View GitHub Profile
@LIBINLUVIS
LIBINLUVIS / gist:32b25108b883544dba73774962e248fe
Last active February 2, 2025 08:50
taging and pushing docker image.
docker tag <local-image-name>:<tag-name> <username>/<local-image-name>:<tag-name>
docker push <username>/<repo-name>:<tag-name>
python manage.py sqlmigrate pro_name 0001