We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5cd641 + da327fe commit 63c115eCopy full SHA for 63c115e
.docker/Dockerfile
@@ -29,9 +29,9 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
29
@composer \
30
&& rm /usr/local/bin/install-php-extensions
31
32
-RUN echo "alias jigsaw=./vendor/bin/jigsaw" >> ~/.bashrc && \
33
- echo "alias compile='./vendor/bin/jigsaw build'" >> ~/.bashrc && \
34
- /bin/bash -c "source ~/.bashrc"
+RUN echo "alias jigsaw=./vendor/bin/jigsaw" >> /etc/bash.bashrc && \
+ echo "alias compile='./vendor/bin/jigsaw build'" >> /etc/bash.bashrc && \
+ /bin/bash -c "source /etc/bash.bashrc"
35
36
COPY entrypoint.sh /var/www/scripts/
37
ENTRYPOINT [ "bash", "/var/www/scripts/entrypoint.sh" ]
0 commit comments