changed php ct prompt
This commit is contained in:
parent
a3d056ea75
commit
6692f12208
1
.env
1
.env
@ -1,7 +1,6 @@
|
|||||||
COMPOSE_PROJECT_NAME=materiod8
|
COMPOSE_PROJECT_NAME=materiod8
|
||||||
|
|
||||||
PROJECT_ROOT=./public_html
|
PROJECT_ROOT=./public_html
|
||||||
/* LEGACY_ROOT=../d7.materio.com/public_html */
|
|
||||||
LEGACY_ROOT=./public_html_legacy
|
LEGACY_ROOT=./public_html_legacy
|
||||||
LOG_ROOT=./log
|
LOG_ROOT=./log
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
PS1='\e[36m\e[1mPHP\e[0m:\e[90m\w\e[0m\n$ '
|
PS1='\e[36m\e[1mPHP-5.6\e[0m:\e[90m\w\e[0m\n$ '
|
||||||
bind '"\e[A": history-search-backward'
|
bind '"\e[A": history-search-backward'
|
||||||
bind '"\e[B": history-search-forward'
|
bind '"\e[B": history-search-forward'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM php:7.1-fpm
|
FROM php:7.0-fpm-stretch
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
@ -32,12 +32,12 @@ RUN export COMPOSER_HOME=/usr/local/composer && \
|
|||||||
|
|
||||||
COPY ./php-custom.ini /usr/local/etc/php/conf.d/php-custom.ini
|
COPY ./php-custom.ini /usr/local/etc/php/conf.d/php-custom.ini
|
||||||
|
|
||||||
COPY ./bashrc /root/.bashrc
|
|
||||||
COPY ./inputrc /root/.inputrc
|
|
||||||
|
|
||||||
RUN apt-get install -y curl && \
|
RUN apt-get install -y curl && \
|
||||||
curl -sL https://deb.nodesource.com/setup_11.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_11.x | bash - && \
|
||||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
|
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
|
||||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
|
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y nodejs yarn
|
apt-get install -y nodejs yarn
|
||||||
|
|
||||||
|
COPY ./bashrc /root/.bashrc
|
||||||
|
COPY ./inputrc /root/.inputrc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
PS1='\e[36m\e[1mPHP\e[0m:\e[90m\w\e[0m\n$ '
|
PS1='\e[36m\e[1mPHP-7.0\e[0m:\e[90m\w\e[0m\n$ '
|
||||||
bind '"\e[A": history-search-backward'
|
bind '"\e[A": history-search-backward'
|
||||||
bind '"\e[B": history-search-forward'
|
bind '"\e[B": history-search-forward'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user