We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b156be2 commit 23e994eCopy full SHA for 23e994e
docker/Dockerfile
@@ -31,7 +31,6 @@ COPY --from=git /app /app
31
COPY --from=frontend /app /app/frontend
32
COPY --from=rr /usr/bin/rr /app
33
COPY --from=centrifugo /usr/local/bin/centrifugo /app/bin
34
-COPY --from=git /app/docker/entrypoint.sh /app
35
36
ARG APP_VERSION=v1.0
37
ENV COMPOSER_ALLOW_SUPERUSER=1
@@ -75,4 +74,4 @@ LABEL org.opencontainers.image.source=$REPOSITORY
75
74
LABEL org.opencontainers.image.description="Buggregator"
76
LABEL org.opencontainers.image.licenses=MIT
77
78
-CMD ["entrypoint.sh"]
+CMD ./rr serve -c .rr-prod.yaml
0 commit comments