Skip to content

Commit

Permalink
Fix issue with podman not working on windows wsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Dec 30, 2024
1 parent 6f1744d commit 744858a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN mkdir /opt/wheatley/ && chown wheatley:wheatley /opt/wheatley/
RUN mkdir /opt/mongo/ && mkdir /opt/mongo/data && chown -R wheatley:wheatley /opt/mongo/
USER wheatley

COPY dev-container/entry.sh /entry.sh
COPY --chmod=755 dev-container/entry.sh /entry.sh

WORKDIR /opt/wheatley
COPY --chown=wheatley:wheatley . .
Expand Down
2 changes: 1 addition & 1 deletion dev-container/entry.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

/usr/bin/mongod -f /etc/mongod.conf --logpath /opt/mongo/mongod.log --dbpath /opt/mongo/data &

Expand Down

0 comments on commit 744858a

Please sign in to comment.