bake data.csv into docker image
All checks were successful
Build and Push Docker Image / build (push) Successful in 4s
All checks were successful
Build and Push Docker Image / build (push) Successful in 4s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user