We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3210254 commit 0ca3309Copy full SHA for 0ca3309
Dockerfile
@@ -1,18 +1,10 @@
1
-# this is a WORK IN PROGRESS
2
-
3
-# DO NOT USE YET
4
5
6
-#
7
# Choose the desired PHP version
8
# Choices available at https://hub.docker.com/_/php/ stick to "-cli" versions recommended
9
10
FROM php:7.1-cli
11
12
13
MAINTAINER Adam Culp <adamculp@uws.net>
14
15
-ENV TARGET_DIR="/usr/local/lib/php-qa-tools" \
+ENV TARGET_DIR="/usr/local/lib/php-code-quality" \
16
COMPOSER_ALLOW_SUPERUSER=1 \
17
TIMEZONE=America/New_York \
18
PHP_MEMORY_LIMIT=512M
@@ -47,5 +39,3 @@ RUN $TARGET_DIR/composer-installer.sh && \
47
39
"friendsofphp/php-cs-fixer:dev-master" \
48
40
"techlivezheng/phpctags:dev-master" \
49
41
"wimg/php-compatibility:dev-master"
50
51
-CMD cat $TARGET_DIR/howto.txt
0 commit comments