We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c4b7b commit 37d9835Copy full SHA for 37d9835
1 file changed
.gitpod.Dockerfile
@@ -12,6 +12,7 @@ RUN mkdir ~/bin
12
RUN echo "export PATH=$PATH:'~/bin'" >> ~/.bashrc
13
RUN echo "alias ulipreview='gp preview $(drush uli --uri=$(gp url 8888))'" >> ~/.bashrc
14
RUN echo "alias uli='drush uli --uri=$(gp url 8888)'" >> ~/.bashrc
15
+RUN echo "alias composer=~/bin/composer" >> ~/.bashrc
16
17
RUN curl -OL https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar && \
18
chmod +x drush.phar && \
0 commit comments