Skip to content

Commit

Permalink
fix(Workers): changed worker path
Browse files Browse the repository at this point in the history
  • Loading branch information
9teen90nine committed Aug 4, 2023
1 parent 74b334e commit 02f06a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN npx prisma generate

EXPOSE 3000

CMD ["node_modules/.bin/concurrently", "node background/worker/index.js", "node server.js"]
CMD ["node_modules/.bin/concurrently", "node background/utils/worker/index.js", "node server.js"]

0 comments on commit 02f06a8

Please sign in to comment.