Skip to content

Commit

Permalink
feat(api): Introduce the dockerifnore and update cron
Browse files Browse the repository at this point in the history
  • Loading branch information
pestanko committed Apr 14, 2024
1 parent 44fc17c commit bc9fe80
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.idea/
target/
*.tmp
*.exe
miniscrape
config/local-config.*
log/
bin/
!bin/.gitkeep

reports/

.DS_Store
node_modules
/build

runtime/
3 changes: 1 addition & 2 deletions ops/update_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ git stash
git pull
git stash apply

go clean
make build

docker compose up --build -d --wait

cd "$old_dir" || die "Unable to return the $old_dir"

0 comments on commit bc9fe80

Please sign in to comment.