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 80588eb commit c7d492eCopy full SHA for c7d492e
docker/universal/Dockerfile
@@ -105,7 +105,8 @@ LABEL org.opencontainers.image.source=https://github.com/rivet-gg/rivet
105
106
COPY --from=builder /app/dist/rivet-engine /usr/bin/rivet-engine
107
108
-CMD ["/usr/bin/rivet-engine", "start"]
+ENTRYPOINT ["/usr/bin/rivet-engine"]
109
+CMD ["start"]
110
111
# MARK: Engine (Slim)
112
FROM --platform=linux/amd64 debian:12.9-slim AS engine-slim
@@ -128,4 +129,5 @@ RUN apt-get update -y && \
128
129
130
131
132
133
0 commit comments