mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Remove docker info (#1766)
This commit is contained in:
parent
3cee0768cc
commit
f0463fadc3
1 changed files with 0 additions and 13 deletions
13
README.md
13
README.md
|
@ -48,25 +48,12 @@ git clone https://github.com/excalidraw/excalidraw.git
|
||||||
| `npm run test:update` | Update test snapshots |
|
| `npm run test:update` | Update test snapshots |
|
||||||
| `npm run test:code` | Test for formatting with Prettier |
|
| `npm run test:code` | Test for formatting with Prettier |
|
||||||
|
|
||||||
### Docker Installation
|
|
||||||
|
|
||||||
A production-ready version for deploying to e.g. Kubernetes or OpenShift can be built using Docker.
|
|
||||||
|
|
||||||
#### Docker Compose
|
#### Docker Compose
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker-compose up --build -d
|
docker-compose up --build -d
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Native Docker
|
|
||||||
|
|
||||||
```sh
|
|
||||||
docker build -t excalidraw/excalidraw .
|
|
||||||
docker run --rm -dit --name excalidraw -p 5000:80 excalidraw/excalidraw:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
After building the image and running the container, open <http://localhost:5000> to see the application.
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Pull requests are welcome. For major changes, please [open an issue](https://github.com/excalidraw/excalidraw/issues/new) first to discuss what you would like to change.
|
Pull requests are welcome. For major changes, please [open an issue](https://github.com/excalidraw/excalidraw/issues/new) first to discuss what you would like to change.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue