Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed May 30, 2024
1 parent b2bd5fa commit ea2c6f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ This application requires `Docker` and `Docker compose`. Please install them fir

To run the app, use the following command:
```
docker-compose up --build -d
# For Production
docker-compose pull && docker-compose up -d
# For Development
docker-compose -f docker-compose-dev.yml up --build -d
```
When it is ready, visit [here](http://localhost:8080)

Expand Down

0 comments on commit ea2c6f5

Please sign in to comment.