Skip to content

Commit 23e994e

Browse files
committed
Fix
1 parent b156be2 commit 23e994e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ COPY --from=git /app /app
3131
COPY --from=frontend /app /app/frontend
3232
COPY --from=rr /usr/bin/rr /app
3333
COPY --from=centrifugo /usr/local/bin/centrifugo /app/bin
34-
COPY --from=git /app/docker/entrypoint.sh /app
3534

3635
ARG APP_VERSION=v1.0
3736
ENV COMPOSER_ALLOW_SUPERUSER=1
@@ -75,4 +74,4 @@ LABEL org.opencontainers.image.source=$REPOSITORY
7574
LABEL org.opencontainers.image.description="Buggregator"
7675
LABEL org.opencontainers.image.licenses=MIT
7776

78-
CMD ["entrypoint.sh"]
77+
CMD ./rr serve -c .rr-prod.yaml

0 commit comments

Comments
 (0)