Skip to content

Commit

Permalink
update php version in docker, added new bash aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed Mar 8, 2017
1 parent fae4b43 commit fffb940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion data/docker/web/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ if [ -x /usr/bin/dircolors ]; then
fi

alias ll='ls -ahl'
alias ownr='chown -R www-data:www-data runtime web/assets vendor bin'
alias ownr='chown -R www-data:www-data .'
alias usr='su www-data'
alias cs-fix='bin/php-cs-fixer fix'
alias run-tests='bin/codecept run'

if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
Expand Down
2 changes: 1 addition & 1 deletion data/docker/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.1.1-apache
FROM php:7.1.2-apache

MAINTAINER Igor Chepurnoi <[email protected]>

Expand Down

0 comments on commit fffb940

Please sign in to comment.