Refactor Dockerfile and entrypoint script; add Makefile for build and test commands

This commit is contained in:
2026-04-20 08:10:12 +02:00
parent 987466e11d
commit e3f492ded5
3 changed files with 10 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
docker:
docker build -t ghcr.io/dsaub/proyecto-mvc:development .
docker push ghcr.io/dsaub/proyecto-mvc:development
test:
./manage.py test