mirror of
https://github.com/Mactronique/deployer.git
synced 2026-03-24 00:42:13 +01:00
add file for user docker and make
This commit is contained in:
12
Makefile
Normal file
12
Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
tool=docker-compose run --rm tools
|
||||
|
||||
pull:
|
||||
@docker-compose pull
|
||||
|
||||
install:
|
||||
@$(tool) bash -ci '/fixright && sudo -E -u phpuser composer install'
|
||||
|
||||
prepare-update:
|
||||
@$(tool) bash -ci '/fixright && sudo -E -u phpuser composer update --dry-run'
|
||||
|
||||
4
docker-compose.yml
Normal file
4
docker-compose.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
tools:
|
||||
image: macintoshplus/composer:latest
|
||||
volumes:
|
||||
- .:/src
|
||||
Reference in New Issue
Block a user