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 ea25573 commit c2f22a1Copy full SHA for c2f22a1
.controlplane/Dockerfile
@@ -66,4 +66,4 @@ RUN bin/rails assets:precompile
66
COPY .controlplane/entrypoint.sh ./
67
ENTRYPOINT ["/app/entrypoint.sh"]
68
69
-CMD ["rails", "server"]
+CMD ["./bin/rails", "server"]
0 commit comments