Skip to content

Commit

Permalink
Lint: use list syntax for Dockerfile CMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed Nov 11, 2022
1 parent 62084cd commit cebd19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN mkdir -p /app/public/templates && chown -R 1001:1001 /app/public/templates
USER app
WORKDIR /app

CMD bundle exec puma
CMD ["bundle", "exec", "puma"]

0 comments on commit cebd19c

Please sign in to comment.