Docker testing

This commit is contained in:
2024-11-23 12:01:28 -07:00
parent 58f913d3ed
commit 845438960b
5 changed files with 79 additions and 41 deletions

View File

@ -0,0 +1,8 @@
services:
web:
container_name: test
build: .
ports:
- "8000:8000"
volumes:
- ./:/code