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

fixL chown files in the Containerfile

zenfyr.dev 2a53207f efbcc50c

verified
+1 -1
+1 -1
Containerfile
··· 25 25 VOLUME /app/data 26 26 27 27 # Then, add the rest of the project source code and install it 28 - COPY . /app 28 + COPY --chown=app:app . /app 29 29 RUN uv sync --locked --no-group dev 30 30 31 31 # Place executables in the environment at the front of the path