This commit is contained in:
2024-09-21 00:53:18 +02:00
parent bc39f6b6d6
commit a4810fc7ba
10 changed files with 51 additions and 40 deletions

View File

@ -12,4 +12,8 @@ To run:
bun run index.ts
```
This project was created using `bun init` in bun v1.1.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
# 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`