Skip to content

Commit

Permalink
Disable ads
Browse files Browse the repository at this point in the history
  • Loading branch information
pierres committed Mar 22, 2020
1 parent 3b45b24 commit b3bf5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COMPOSE=UID=${UID} GID=${GID} docker-compose -f docker/docker-compose.yml -p pkg
COMPOSE-RUN=${COMPOSE} run --rm -u ${UID}:${GID}
PHP-DB-RUN=${COMPOSE-RUN} php
PHP-RUN=${COMPOSE-RUN} --no-deps php
NODE-RUN=${COMPOSE-RUN} --no-deps encore
NODE-RUN=${COMPOSE-RUN} --no-deps -e DISABLE_OPENCOLLECTIVE=true encore
MARIADB-RUN=${COMPOSE-RUN} --no-deps mariadb

all: install
Expand Down

0 comments on commit b3bf5fc

Please sign in to comment.