social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky

podman!!!!!!

zenfyr.dev ab51a666 44e85328

verified
Changed files
+2 -2
+2 -2
Containerfile
···
# Install the project's dependencies using the lockfile and settings
RUN --mount=type=cache,target=/root/.cache/uv \
-
--mount=type=bind,source=uv.lock,target=uv.lock,Z \
-
--mount=type=bind,source=pyproject.toml,target=pyproject.toml,Z \
+
--mount=type=bind,source=uv.lock,target=uv.lock \
+
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
uv sync --locked --no-install-project --no-dev
# Define app data volume