We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f919b0e commit fb6b9e9Copy full SHA for fb6b9e9
Dockerfile
@@ -23,4 +23,4 @@ COPY --from=builder /app /app/
23
USER app
24
WORKDIR /app
25
26
-CMD bundle exec puma
+CMD ["bundle", "exec", "puma"]
0 commit comments