Bluesky feed server - NSFW Likes

fix: Allow command line arguments to pass into container

Changed files
+1 -1
+1 -1
Containerfile
··· 5 5 6 6 FROM registry.access.redhat.com/ubi8/openjdk-21 7 7 COPY --from=build /build/darkfeed/build/install/darkfeed /app 8 - ENTRYPOINT /app/bin/darkfeed 8 + ENTRYPOINT [ "/app/bin/darkfeed" ]