From e9b32af7c7bf32e0316e3887aebef7d65eec49f7 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Tue, 21 Jan 2025 12:30:02 +0100 Subject: [PATCH] docs: updated README --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a741db1..37b9af4 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,15 @@ python3 -m venv .venv pip install requirements.txt ``` -```systemd -# /etc/systemd/system/adrianux.service -[Unit] -Description=WSGI app -After=network.target +## Building the container -[Service] -Type=simple -User=adrianux -WorkingDirectory=/opt/Adrianux.net -ExecStart=/opt/Adrianux.net/.venv/bin/waitress-serve --listen=127.0.0.1:8080 app:app -Restart=always - -[Install] -WantedBy=multi-user.target +``` +# build -t adrianux: . ``` + +## Running the container + +``` +# run adrianux: +```