Added missing step 7.

This commit is contained in:
Tomasz Lagodzinski 2020-09-08 18:22:56 +02:00
parent 0e75e7a6c2
commit 2737c17732
1 changed files with 2 additions and 1 deletions

View File

@ -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