Skip to content

Commit 0ca4720

Browse files
authoredJun 11, 2023
Update README.md w/ docker
1 parent 3d04263 commit 0ca4720

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎README.md

+14
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,17 @@ npm run build
3636
You can preview the production build with `npm run preview`.
3737

3838
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
39+
40+
## Docker
41+
42+
Environment
43+
44+
```bash
45+
cp default.env .env
46+
```
47+
48+
Starting the docker container
49+
50+
```bash
51+
docker-compose build && docker-compose up -d
52+
```

0 commit comments

Comments
 (0)
Please sign in to comment.