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