Dockerfile: Pass arguments from docker to cointop

pull/109/head
afh 3 years ago
parent c79d601bbf
commit 06fd26752c

@ -13,5 +13,5 @@ RUN mkdir -p /etc/ssl
COPY --from=build /etc/ssl/certs/ /etc/ssl/certs
COPY --from=build /app/main /bin/cointop
COPY --from=build /app/colors /root/.config/cointop/colors
ENTRYPOINT cointop
ENTRYPOINT ["/bin/cointop"]
CMD []

Loading…
Cancel
Save