feat: add Dockerfile
This commit is contained in:
parent
a462b6af1b
commit
1b7e975080
8 changed files with 60 additions and 13 deletions
20
.dockerignore
Normal file
20
.dockerignore
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# Build directory
|
||||
build/
|
||||
|
||||
# Downloaded data files
|
||||
data/*
|
||||
!data/*.csv
|
||||
!data/background.png
|
||||
|
||||
# Configuration
|
||||
config.json
|
||||
.env
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Git folder
|
||||
.git/
|
||||
Loading…
Add table
Add a link
Reference in a new issue