fresh2dev / ShinyStudio

A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
https://hub.docker.com/r/dm3ll3n/shinystudio
MIT License
242 stars 40 forks source link

pushd not found #4

Closed ShaulAb closed 5 years ago

ShaulAb commented 5 years ago

Thank you very much for this! I'm using zsh as default and I think that's what causing the command ./control.sh setup to fail. Example: example

My solution was to add a shebang (#!/bin/bash) to control.sh and it worked.

fresh2dev commented 5 years ago

Thanks for sharing your experience. I added the shebang to the setup files in the latest commit.