Skip to content

Commit

Permalink
Merge pull request #80 from Altonhe/feature/docker
Browse files Browse the repository at this point in the history
feat: improve user experience when open terminal in app container
  • Loading branch information
aaronbrethorst authored Apr 26, 2024
2 parents 18d2714 + 4e09bdc commit a048a00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oba/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ RUN mv /oba/webapps/onebusaway-enterprise-acta-webapp $CATALINA_HOME/webapps

RUN rm -rf /oba/libs

# Change work directory first to delete `oba/webapps` directory
WORKDIR /usr/local/tomcat
RUN rm -rf /oba/webapps

COPY bootstrap.sh /oba/bootstrap.sh
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN chmod +x /oba/bootstrap.sh
Expand Down

0 comments on commit a048a00

Please sign in to comment.