Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Spotika committed Sep 16, 2024
1 parent 456fdd2 commit e3b26bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mongodb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM mongo:latest

COPY generate-keyfile.sh /generate-keyfile.sh

RUN mkdir -p /opt/keyfile && \
/bin/bash /generate-keyfile.sh
RUN mkdir -p /opt/keyfile && /bin/bash /generate-keyfile.sh

COPY mongod.conf /etc/mongod.conf

Expand Down

0 comments on commit e3b26bb

Please sign in to comment.