Skip to content

Commit

Permalink
Merge pull request #2926 from alphagov/sengi/docker-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi authored Nov 14, 2022
2 parents 8ee5941 + cebd19c commit b3cbd77
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 b3cbd77

Please sign in to comment.