docker
This commit is contained in:
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user