make the app appear as "commafeed" when listing processes

This commit is contained in:
Athou
2025-10-11 13:23:19 +02:00
parent 8936d4fdce
commit 3f0084fa1c

View File

@@ -6,7 +6,7 @@ EXPOSE 8082
RUN mkdir -p /commafeed/data
VOLUME /commafeed/data
COPY artifacts/commafeed-*-${TARGETARCH}-runner /commafeed/application
COPY artifacts/commafeed-*-${TARGETARCH}-runner /commafeed/commafeed
WORKDIR /commafeed
CMD ["./application"]
CMD ["./commafeed"]