From d6dfcd33d20a5bbcd423d9611e8c96ca191e638c Mon Sep 17 00:00:00 2001 From: Lazar Pavicevic <43219964+Lazzzer@users.noreply.github.com> Date: Sun, 31 May 2020 23:01:34 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f4ab0b..8c6b356 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![Moviepark Banner](https://raw.githubusercontent.com/Lazzzer/Moviepark/master/doc/images/banner.png) +![Publish Docker images](https://github.com/Lazzzer/Moviepark/workflows/Publish%20Docker%20images/badge.svg) ## About Moviepark Moviepark is an open-source project using the TMDb API for its movie catalog. @@ -30,7 +31,7 @@ Set your .env variables then: > node ace serve --watch ``` -To check how it would look like in production with docker: +To check how it would look like in production with docker (don't forget to add your .env variables in the docker-compose file) : ```bash #In the root folder