# SPDX-FileCopyrightText: 2024 Benedikt Bastin
#
# SPDX-License-Identifier: CC0-1.0

podman-build:
    podman build -t dyndns .

podman-run:
    podman run --rm --mount=type=bind,src=example-config/container/config.json,dst=/dyndns/config.json --mount=type=bind,src=example-config/container/Rocket.toml,dst=/dyndns/Rocket.toml --expose=8000 dyndns
