Skip to content

Commit 37d9835

Browse files
committed
Ensure server uses latest version of composer
1 parent f8c4b7b commit 37d9835

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitpod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN mkdir ~/bin
1212
RUN echo "export PATH=$PATH:'~/bin'" >> ~/.bashrc
1313
RUN echo "alias ulipreview='gp preview $(drush uli --uri=$(gp url 8888))'" >> ~/.bashrc
1414
RUN echo "alias uli='drush uli --uri=$(gp url 8888)'" >> ~/.bashrc
15+
RUN echo "alias composer=~/bin/composer" >> ~/.bashrc
1516

1617
RUN curl -OL https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar && \
1718
chmod +x drush.phar && \

0 commit comments

Comments
 (0)