From 2737c17732f172335bc353f4b13eeb88fdb846e5 Mon Sep 17 00:00:00 2001 From: Tomasz Lagodzinski Date: Tue, 8 Sep 2020 18:22:56 +0200 Subject: [PATCH] Added missing step 7. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 031bf82..2ac0bb2 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ The expectation is to be able to run `docker-compose up` and have the app runnin 5. Add [Traefik v2](https://containo.us/traefik/) and configure everything to run behind it using lvh.me 6. Write a basic Jenkinsfile to build and deploy the app using git clone + docker-compose up. +7. Rewrite dockerfile to NOT use root user. -As an extension of intern level, the person running `docker-compose up` would also have traefik running and should be able to access wordpress via traefik. +As an extension of intern level, the person running `docker-compose up` would also have traefik running and should be able to access the app via traefik. ## Mid