This commit is contained in:
2024-04-12 13:00:34 +02:00
parent 858e16edaf
commit 55d4548bac

View File

@@ -19,4 +19,21 @@ else
```bash
bun dev
```
Or you can use docker-compose to run the project
```yaml
version: '3.8'
services:
urlsh-api-modelec:
image: breizhhardware/modelec-urlsh-qrcode:latest
container_name: urlsh-api-modelec
ports:
- "8080:8080"
```
```bash
docker-compose up -d
```