use puma directly in Dockerfile
This commit is contained in:
parent
c068eacf58
commit
69c6b30255
@ -39,4 +39,4 @@ COPY --from=build --chown=app:app /app /app
|
||||
COPY --chown=app:app . .
|
||||
|
||||
EXPOSE 4567
|
||||
CMD [ "bundle", "exec", "rackup", "--host", "0.0.0.0", "--port", "$PORT" ]
|
||||
CMD [ "puma", "--bind", "0.0.0.0", "--port", "$PORT" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user