mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 09:24:19 +00:00
chore: add to README
This commit is contained in:
parent
4196687696
commit
848c19f344
1 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,12 @@ cd seek-tune/client
|
|||
npm install
|
||||
```
|
||||
|
||||
## Docker 🐋
|
||||
|
||||
Should you choose to run as a docker container, the docker compose in the root of the project can be used run start the service with the command docker-compose up -d. With the first run, the image will be built using the Dockerfile also found in the root of the project. If you need to rebuild the image after the first run of docker compose, the image can be built with the docker build . command from the root of the project.
|
||||
|
||||
*Note: Only the features available in the app UI are available while running the docker container.*
|
||||
|
||||
## Usage :bicyclist:
|
||||
|
||||
#### ▸ Start the Client App 🏃♀️➡️
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue