mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
docker instructions
This commit is contained in:
parent
eae867828a
commit
73088f11dd
1 changed files with 3 additions and 2 deletions
|
@ -30,10 +30,11 @@ To compile the binary only, run the following (executable will be found in `/bin
|
|||
docker buildx build -t glimpse-server:latest --output=bin --target=runner -f
|
||||
```
|
||||
|
||||
To deploy an instance of the server, run:
|
||||
To deploy an instance of the server within docker, run:
|
||||
|
||||
```sh
|
||||
|
||||
docker buildx build -t glimpse-server:latest .
|
||||
docker run -it --rm glimpse-server:latest
|
||||
```
|
||||
|
||||
## API Endpoints
|
||||
|
|
Loading…
Add table
Reference in a new issue