Skip to content

Remove obsolete --readonly command line parameter #458

Remove obsolete --readonly command line parameter

Remove obsolete --readonly command line parameter #458

Workflow file for this run

name: Build on Debian Bookworm
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Docker images
uses: docker/build-push-action@v5
with:
file: docker/debian/Dockerfile_bookworm
load: true
tags: cgimap:bookworm
- name: Running Docker image
run: |
docker run --entrypoint /bin/bash cgimap:bookworm -c "/usr/local/bin/openstreetmap-cgimap --help"