Skip to content

Commit 0ca3309

Browse files
committed
Altered the name of the target directory
1 parent 3210254 commit 0ca3309

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Dockerfile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
# this is a WORK IN PROGRESS
2-
3-
# DO NOT USE YET
4-
5-
6-
#
71
# Choose the desired PHP version
82
# Choices available at https://hub.docker.com/_/php/ stick to "-cli" versions recommended
9-
#
103
FROM php:7.1-cli
114

12-
135
MAINTAINER Adam Culp <adamculp@uws.net>
146

15-
ENV TARGET_DIR="/usr/local/lib/php-qa-tools" \
7+
ENV TARGET_DIR="/usr/local/lib/php-code-quality" \
168
COMPOSER_ALLOW_SUPERUSER=1 \
179
TIMEZONE=America/New_York \
1810
PHP_MEMORY_LIMIT=512M
@@ -47,5 +39,3 @@ RUN $TARGET_DIR/composer-installer.sh && \
4739
"friendsofphp/php-cs-fixer:dev-master" \
4840
"techlivezheng/phpctags:dev-master" \
4941
"wimg/php-compatibility:dev-master"
50-
51-
CMD cat $TARGET_DIR/howto.txt

0 commit comments

Comments
 (0)