Skip to content

Commit fffb940

Browse files
author
Igor Chepurnoy
committed
update php version in docker, added new bash aliases
1 parent fae4b43 commit fffb940

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

data/docker/web/.bashrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ if [ -x /usr/bin/dircolors ]; then
1111
fi
1212

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

1619
if [ -f ~/.bash_aliases ]; then
1720
. ~/.bash_aliases

data/docker/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.1.1-apache
1+
FROM php:7.1.2-apache
22

33
MAINTAINER Igor Chepurnoi <[email protected]>
44

0 commit comments

Comments
 (0)