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
## Building the container
```sh
docker build -t adrianux:latest .
```
## Running the container
```sh

View file

@ -14,5 +14,9 @@
<h1>{{ self.title() }}</h1>
<article>{% block content %}{% endblock %}</article>
</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>
</html>