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.
1 parent fae4b43 commit fffb940Copy full SHA for fffb940
data/docker/web/.bashrc
@@ -11,7 +11,10 @@ if [ -x /usr/bin/dircolors ]; then
11
fi
12
13
alias ll='ls -ahl'
14
-alias ownr='chown -R www-data:www-data runtime web/assets vendor bin'
+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'
18
19
if [ -f ~/.bash_aliases ]; then
20
. ~/.bash_aliases
data/docker/web/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:7.1.1-apache
+FROM php:7.1.2-apache
2
3
MAINTAINER Igor Chepurnoi <[email protected]>
4
0 commit comments