From 07ce53730c1957fdaa5d359536a31d8d3f48e268 Mon Sep 17 00:00:00 2001 From: Nathan Sarrazin Date: Thu, 30 Mar 2023 00:05:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 716c0b7..2068f89 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,13 @@ If you want to run Serge in development mode (with hot-module reloading for svel ``` git clone https://github.com/nsarrazin/serge.git -docker compose -f docker-compose.dev.yml up -d --build +DOCKER_BUILDKIT=1 docker compose -f docker-compose.dev.yml up -d --build ``` You can test the production image with ``` -docker compose up -d --build +DOCKER_BUILDKIT=1 docker compose up -d --build ``` ## What's next