add backend and docker files

This commit is contained in:
Allen
2023-09-23 10:16:49 -05:00
parent ca5eeb3e7b
commit 044579b0d4
12 changed files with 254 additions and 0 deletions

3
backend/django/build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker build -t docker-django .