Fix Docker run
This commit is contained in:
parent
327511af88
commit
979febef6a
1 changed files with 1 additions and 1 deletions
|
@ -60,4 +60,4 @@ ENTRYPOINT ["/rails/bin/docker-entrypoint"]
|
||||||
|
|
||||||
# Start the server by default, this can be overwritten at runtime
|
# Start the server by default, this can be overwritten at runtime
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["./bin/rails", "server"]
|
CMD ["server"]
|
||||||
|
|
Loading…
Reference in a new issue