1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: docker build

This commit is contained in:
Ferdinand Mütsch
2020-04-26 15:07:00 +02:00
parent 2ea9b74a0c
commit b05105cbeb
5 changed files with 32 additions and 27 deletions

View File

@@ -31,7 +31,6 @@
### Run with Docker
* Edit `docker-compose.yml` file and change passwords for the DB
* Build the container `docker-compose build`
* Start the application `docker-compose up -d`
* To get the api key look in the logs `docker-compose logs | grep "API key"`
* The application should now be running on `localhost:3000`