mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Use the script in bin/ for running the rails server in the Docker image.
This commit is contained in:
parent
ccbd80be66
commit
41538efb9e
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["rails", "server", "-b", "0.0.0.0"]
|
CMD ["./bin/rails", "server", "-b", "0.0.0.0"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue