Skip to content

Commit 22345fb

Browse files
committed
update README
1 parent 1d90145 commit 22345fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ You can preview the production build with `npm run preview`.
5858

5959
## Building with Docker
6060

61+
If you need build command:
62+
63+
```bash
64+
docker-compose -f docker-compose.yml up --build
65+
```
66+
6167
This is a good option for deployment, because starter template has all required configs to automatically install newest version of `metawrite`, all dependencies and start SSR server using Node.
6268

6369
> To deploy your app if you're not using Docker, you may need to install another [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.

0 commit comments

Comments
 (0)