Skip to content

Commit b71a4ad

Browse files
Update README.md
1 parent a318630 commit b71a4ad

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -196,28 +196,6 @@ The generated file is saved in `static/assets/css` directory.
196196

197197
The app is provided with a basic configuration to be executed in [Docker](https://www.docker.com/), [Gunicorn](https://gunicorn.org/), and [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/).
198198

199-
### [Docker](https://www.docker.com/) execution
200-
---
201-
202-
The application can be easily executed in a docker container. The steps:
203-
204-
> Get the code
205-
206-
```bash
207-
$ git clone https://github.com/app-generator/django-dashboard-coreui.git
208-
$ cd django-dashboard-coreui
209-
```
210-
211-
> Start the app in Docker
212-
213-
```bash
214-
$ sudo docker-compose pull && sudo docker-compose build && sudo docker-compose up -d
215-
```
216-
217-
Visit `http://localhost:85` in your browser. The app should be up & running.
218-
219-
<br />
220-
221199
### [Gunicorn](https://gunicorn.org/)
222200
---
223201

0 commit comments

Comments
 (0)