Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
process must be exited for docker to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
runely committed Oct 28, 2021
1 parent 00e91b6 commit dbf219c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
logger('info', ['index', 'start'])
await moveFiles(args)
logger('info', ['index', 'finished'])
process.exit(0)
})()

0 comments on commit dbf219c

Please sign in to comment.