We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b329d64 commit c748910Copy full SHA for c748910
README.md
@@ -37,9 +37,7 @@ $ cd flask-argon-dashboard
37
> Start the app in Docker
38
39
```bash
40
-$ docker-compose pull # download dependencies
41
-$ docker-compose build # local set up
42
-$ docker-compose up -d # start the app
+$ docker-compose up --build
43
```
44
45
Visit `http://localhost:85` in your browser. The app should be up & running.
0 commit comments