Skip to content

Commit

Permalink
fix(db): patch knex_init_db.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jul 11, 2024
1 parent 83d8756 commit d36f654
Show file tree
Hide file tree
Showing 2 changed files with 655 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ HEALTHCHECK --interval=60s --timeout=30s --start-period=180s --retries=5 CMD ext
COPY etc/litestream.yml /etc/litestream.yml
COPY scripts/run.sh /scripts/run.sh
COPY scripts/db/2024-07-11-0000-dns-results.js ./db/2024-07-11-0000-dns-results.js
COPY scripts/db/knex_init_db.js ./db/knex_init_db.js

USER node

Expand Down
Loading

0 comments on commit d36f654

Please sign in to comment.