Skip to content

Commit

Permalink
Merge pull request #77 from EmakinaFR/feature/composer
Browse files Browse the repository at this point in the history
  • Loading branch information
duboiss authored Dec 24, 2021
2 parents 23c741e + 4050415 commit 93d0bea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
29 changes: 0 additions & 29 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
depends_on:
- php
ports:
- 1080:80
- "1080:80"

mysql:
image: mariadb:latest
Expand Down Expand Up @@ -73,8 +73,6 @@ services:
- code_sync:/var/www/html:nocopy
# Custom configuration
- ./php/conf.d/custom.ini:/usr/local/etc/php/conf.d/custom.ini:ro
# Proximis composer proxy JSON
- ${PROJECT_LOCATION}/docker/local/composer-proxy.json:/usr/local/bin/composer-proxy.json:ro
# SSH keys
- ~/.ssh:/root/.ssh:ro
depends_on:
Expand Down
6 changes: 0 additions & 6 deletions php/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#!/usr/bin/env sh
set -euo pipefail

# Run the composer proxy in background
COMPOSER_JSON=/usr/local/bin/composer-proxy.json
if [ -f "${COMPOSER_JSON}" ]; then
nohup /usr/local/bin/composer-proxy -c ${COMPOSER_JSON}
fi

# Ensure that the document root is writable by the "www-data" user
chown www-data:www-data /var/www/html

Expand Down

0 comments on commit 93d0bea

Please sign in to comment.