fix duckdb filename, add db file and gitignore cleanup
- Dockerfile + start.sh: use basedosdados.duckdb (not basedosdados3.duckdb) - add basedosdados.duckdb (3.5 MB, needed for Docker build) - add requirements.txt (local dev use) - .gitignore: remove *.duckdb exclusion, add .DS_Store
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,5 @@
|
||||
.env
|
||||
.DS_Store
|
||||
logs/
|
||||
*.duckdb
|
||||
*.duckdb.wal
|
||||
done_tables.txt
|
||||
done_transfers.txt
|
||||
|
||||
@@ -14,7 +14,7 @@ RUN apt-get update -qq && \
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY basedosdados3.duckdb Caddyfile start.sh ./
|
||||
COPY basedosdados.duckdb Caddyfile start.sh ./
|
||||
RUN chmod +x start.sh
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
BIN
basedosdados.duckdb
Normal file
BIN
basedosdados.duckdb
Normal file
Binary file not shown.
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
duckdb
|
||||
boto3
|
||||
python-dotenv
|
||||
Reference in New Issue
Block a user