bake data.csv into docker image
All checks were successful
Build and Push Docker Image / build (push) Successful in 4s

This commit is contained in:
Jay
2026-03-31 16:55:44 +01:00
parent bfd1b131c1
commit e705416ec4
2 changed files with 13 additions and 9 deletions

View File

@@ -20,10 +20,6 @@ venv/
# Local output
dist/
# Don't bake data into the image — mount it at runtime
# data.csv is excluded here so it must be provided via docker-compose volume
data.csv
# Git
.git/
.gitignore
@@ -31,4 +27,4 @@ data.csv
# Docker itself
Dockerfile
docker-compose.yml
.dockerignore
.dockerignore