diff --git a/Dockerfile b/Dockerfile index c066462..16edb7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 []