Skip to content

Commit

Permalink
Add SHELL to avoid JSONArgsRecommended warning (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
tors42 authored Oct 7, 2024
1 parent b57d887 commit 3b1b725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}"
ENV LANG=C.utf8

WORKDIR /lila
SHELL ["/bin/bash", "-c"]
CMD mongod --fork --logpath /var/log/mongodb/mongod.log --dbpath /seeded \
&& redis-server --daemonize yes \
&& wait-for localhost:27017 --timeout=15 \
Expand Down

0 comments on commit 3b1b725

Please sign in to comment.