Update README.md

This commit is contained in:
Nathan Sarrazin 2023-03-30 00:05:11 +02:00 committed by GitHub
parent 3930a9371a
commit 07ce53730c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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