Skip to content

Commit

Permalink
fix: issue with startup.sh not found
Browse files Browse the repository at this point in the history
  • Loading branch information
mariz-ov committed Nov 14, 2023
1 parent d2407c0 commit 01ba83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ COPY ./bots/ .
COPY ./bots/.env.production ./bots/.env
COPY --from=bots_node_deps /app/node_modules ./bots/node_modules

COPY ./startup.sh ./startup.sh

HEALTHCHECK CMD (curl --fail http://localhost:3000 && curl --fail http://localhost:5050) || exit 1

WORKDIR /keiko

COPY ./startup.sh ./startup.sh

CMD ["bash", "./startup.sh"]

0 comments on commit 01ba83b

Please sign in to comment.