Update so it works
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
bbb 2025-01-10 12:46:23 +01:00
parent 8a0a2e1218
commit 147345e440
No known key found for this signature in database
GPG key ID: 486F0D69C845416E
2 changed files with 2 additions and 4 deletions

View file

@ -11,7 +11,7 @@ Running with Docker
In `docker-compose.yml`, we have specified a `serve` target which you can run locally like this:
```bash
docker-compose up serve
docker compose run --rm -u `id -u` --service-ports serve
```
Running without Docker

View file

@ -1,7 +1,5 @@
version: "3"
services:
server:
serve:
image: floryn90/hugo:ext-alpine
command: server
volumes: