Skip to content

Commit fb6b9e9

Browse files
committed
Lint: use list syntax for Dockerfile CMD.
1 parent f919b0e commit fb6b9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ COPY --from=builder /app /app/
2323
USER app
2424
WORKDIR /app
2525

26-
CMD bundle exec puma
26+
CMD ["bundle", "exec", "puma"]

0 commit comments

Comments
 (0)