From 60f53cf46f7b98ebb48bed822ba924812d87dd80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 12 Dec 2017 08:55:18 +0100 Subject: [PATCH] Replaced env by dev for make run The symfony server:run command can only be used in dev environment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0686454f..0f4cbbe8 100755 --- 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) -- 2.41.0