Skip to content

Commit 5018894

Browse files
committed
Fixed composer.template tag
1 parent 4e0a7e8 commit 5018894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/composer.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
docker run --rm -it -w=/app -v $(pwd):/app -v ~/.ssh:/root/.ssh -v $HOME/.composer-docker:/composer jestefane/php-%%PHP_VERSION%%-cli:%%IMAGE_VERSION%% composer $@
3+
docker run --rm -it -w=/app -v $(pwd):/app -v ~/.ssh:/root/.ssh -v $HOME/.composer-docker:/composer jestefane/php-dev:%%PHP_VERSION%%-cli-%%IMAGE_VERSION%% composer $@

0 commit comments

Comments
 (0)