Now there's a docker compose file, as well

This commit is contained in:
Brad Ganley 2023-11-18 22:19:43 -06:00
parent aac19b2ce2
commit cb2778b6a5

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
version: '3'
services:
typehere:
build: .
ports:
- "8585:80"