Skip to content

Commit

Permalink
server - fix composer library requiring
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Dec 12, 2018
1 parent 2ca964e commit b8e2991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/scripts/init-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ ! -z $GIT_AUTHTOKEN ]; then
fi

if [ $RUN_SERVER_COMPOSER == "1" ]; then
composer global require "fxp/composer-asset-plugin": "^1.4.2"
composer global require "fxp/composer-asset-plugin:^1.4.2"
composer global require "hirak/prestissimo:~0.3.7"

cd ${PROJECT_ROOT_CONTAINER} && composer install
Expand Down
2 changes: 1 addition & 1 deletion docs/ENVIRONMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ AWS COMMANDS (`-SERVICES-` will be replaced)
Property | Values | Description
---------|--------|------------
`AWS_UPDATE_TASK`| `(string)` | Create/update task definition on aws. Console command: `composer server-prod update-task`
`AWS_UPDATE_ENV`| `(string)` | Create/update `.env` file on remote host. Console command: `composer server-prod update-env`
`AWS_UPDATE_ENV`| `(string)` | Create/update `.env` file on remote host. Console command: `composer server-prod update-env`

0 comments on commit b8e2991

Please sign in to comment.