adrianux #1

Merged
ahoemann merged 4 commits from adrianux into master 2025-03-28 10:44:23 +01:00
2 changed files with 4 additions and 6 deletions
Showing only changes of commit 9dd416f8ab - Show all commits

View file

@ -45,12 +45,6 @@ waitress-serve --listen=0.0.0.0:8080 app:app
# Docker # Docker
## Building the container
```sh
docker build -t adrianux:latest .
```
## Running the container ## Running the container
```sh ```sh

View file

@ -14,5 +14,9 @@
<h1>{{ self.title() }}</h1> <h1>{{ self.title() }}</h1>
<article>{% block content %}{% endblock %}</article> <article>{% block content %}{% endblock %}</article>
</main> </main>
<footer class="container">
<p><a href="mailto:ahoemann@proton.me">ahoemann@proton.me</a>
</p>Authored by <a href="https://adrianux.net/">Adrian Hoemann</a>.
</footer>
</body> </body>
</html> </html>