OneBusAway / onebusaway-docker

Docker configuration for the OneBusAway Application Modules (https://github.com/OneBusAway/onebusaway-application-modules)
Apache License 2.0
18 stars 32 forks source link

Improve user experience when opening a bash terminal in the app container #79

Closed aaronbrethorst closed 5 months ago

aaronbrethorst commented 5 months ago

right now, running docker run -it --entrypoint /bin/bash oba_app will leave you in the empty /oba/webapps/ subdirectory for the acta web app. This is undesirable. Instead, we should:

Altonhe commented 5 months ago

I want to work on this, could you assign it to me?