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
|
# Docker
|
||||||
|
|
||||||
## Building the container
|
|
||||||
|
|
||||||
```sh
|
|
||||||
docker build -t adrianux:latest .
|
|
||||||
```
|
|
||||||
|
|
||||||
## Running the container
|
## Running the container
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue