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.