Files
sous-podzim2024-app/README.md
2024-09-21 00:53:18 +02:00

20 lines
365 B
Markdown

# sous-podzim2024-app
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
# transfer to server
build image with `docker compose build`
save image to file on client: `docker save sous-podzim2024-app:latest | gzip > sous-podzim2024-app.tar.gz`
copy zip to server
load image on server: `docker load < sous-podzim2024-app.tar.gz`