Open mjarmijo opened 4 years ago
The redis server container, redis;5-alpine does not contain /bin/bash. As a result, the launch.sh script on page 13 fails. The fix is to change the script to #!/bin/sh
launch.sh
#!/bin/sh
@mjarmijo we need to delete -c from the command as well
The redis server container, redis;5-alpine does not contain /bin/bash. As a result, the
launch.sh
script on page 13 fails. The fix is to change the script to#!/bin/sh