Skip to content

Commit

Permalink
fix(Dockerfile): 🐛 Add startup.sh when using zsh shell
Browse files Browse the repository at this point in the history
  • Loading branch information
alchatti committed Jul 27, 2023
1 parent 57e2561 commit 7f2e10d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ RUN chmod +x /usr/local/bin/oh-my-posh && \
COPY ./config /home/vscode/.config/
RUN chown -R vscode:vscode /home/vscode/.config

# Zsh Startup
RUN echo startup.sh >> /home/vscode/.zshrc

# Based on https://github.com/docker-library/drupal/blob/master/9.2/php8.0/apache-buster/Dockerfile
# install the PHP extensions we need

Expand Down

0 comments on commit 7f2e10d

Please sign in to comment.