Skip to content
Snippets Groups Projects
Commit 141cfbcb authored by schmidni's avatar schmidni
Browse files

Update README.md

parent d85957e0
No related branches found
No related tags found
No related merge requests found
Pipeline #3052 passed
......@@ -22,8 +22,11 @@ Run Flask Application
flask run
```
<div class="panel panel-warning">
The Source code of the Flask Application and the Dockerfile should not be taken as examples on how to write a Flask Application or how to write a Dockerfile. The Flask Application and the Dockerfile are only there to show how to set up a CI/CD pipeline with GitLab.
{: .alert .alert-warning}
</div>
# Local Setup with Docker
It's possible to manually set up the Docker containers locally:
......@@ -105,4 +108,4 @@ Go to the `Build`-> `Pipelines` page and press the button `Run Pipeline`. Then s
or
Go to `Operate` -> `Environments` -> `<name>-environment` and select the commit to redeploy / rollback. This is only possible if the commit was deployed successfully before.
\ No newline at end of file
Go to `Operate` -> `Environments` -> `<name>-environment` and select the commit to redeploy / rollback. This is only possible if the commit was deployed successfully before.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment