Start work on the docker container

This commit is contained in:
2026-02-15 22:18:18 -08:00
parent c530630153
commit b82b1ef5be
3 changed files with 93 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
web-server:
container_name: web_server
build: .
restart: always
ports:
- 5000:5000