]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Replaced env by dev for make run 3481/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 12 Dec 2017 07:55:18 +0000 (08:55 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 12 Dec 2017 07:55:18 +0000 (08:55 +0100)
The symfony server:run command can only be used in dev environment

Makefile

index 0686454fc09c4c75ead74d09fe6a2124ddb8bb99..0f4cbbe80ebaf8df588c4144309c1f856fa7cae6 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ dev: ## Install the latest dev version
        @sh scripts/dev.sh
 
 run: ## Run the wallabag built-in server
-       @php bin/console server:run --env=$(ENV)
+       @php bin/console server:run --env=dev
 
 build: ## Run webpack
        @npm run build:$(ENV)