forked from Archives/Athou_commafeed
make the app appear as "commafeed" when listing processes
This commit is contained in:
@@ -6,7 +6,7 @@ EXPOSE 8082
|
|||||||
RUN mkdir -p /commafeed/data
|
RUN mkdir -p /commafeed/data
|
||||||
VOLUME /commafeed/data
|
VOLUME /commafeed/data
|
||||||
|
|
||||||
COPY artifacts/commafeed-*-${TARGETARCH}-runner /commafeed/application
|
COPY artifacts/commafeed-*-${TARGETARCH}-runner /commafeed/commafeed
|
||||||
WORKDIR /commafeed
|
WORKDIR /commafeed
|
||||||
|
|
||||||
CMD ["./application"]
|
CMD ["./commafeed"]
|
||||||
|
|||||||
Reference in New Issue
Block a user