Skip to content

Commit db9b392

Browse files
author
patched.codes[bot]
committed
Patched: "/tmp/tmp7rhy90_n/docker/macosm1-P2P-image/Dockerfile"
1 parent cddd8ae commit db9b392

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/macosm1-P2P-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ RUN npm install
7272
# Switch to Slips installation dir when login.
7373
WORKDIR ${SLIPS_DIR}
7474

75-
#CMD redis-server --daemonize yes && /bin/bash
76-
CMD /bin/bash
75+
# Start redis-server as a non-privileged user and then start bash
76+
CMD ["sh", "-c", "redis-server --daemonize yes; exec /bin/bash"]

0 commit comments

Comments
 (0)