test
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
2023-11-07 16:06:11 +01:00
parent e5059c2b56
commit 6b60e2eb8c

View File

@@ -1,8 +1,8 @@
## Know what you deploy
Imagine that you download and run a Python application in your cluster. Which one do you prefer and why given the following `Dockerfile``:
Imagine that you download and run a Python application in your cluster. Which one do you prefer and why given the following `Dockerfile``
```bash
```
FROM python:latest FROM python:alpine
RUN pip install redis RUN pip install redis
RUN pip install requests RUN pip install requests