Add Dockerfile for deployment.

This commit is contained in:
Greyson Parrelli
2026-07-23 07:40:09 -04:00
parent 65bf3bf618
commit c9159868e6
3 changed files with 57 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
# VCS / editor
.git
.gitignore
*.md
# Node build artifacts (rebuilt inside the web stage)
web/node_modules
web/dist
web/tsconfig.tsbuildinfo
# Local runtime data / secrets (never ship these into the image)
data
.env
# Docker files themselves
Dockerfile
.dockerignore