adrianux #1
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue