Merge pull request #2689 from TracksApp/fix_image

Use the script in bin/ for running the rails server in the Docker image.
This commit is contained in:
Jyri-Petteri Paloposki 2021-11-29 21:58:41 +02:00 committed by GitHub
commit 333b35be04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,4 +27,4 @@ ENTRYPOINT ["/app/docker-entrypoint.sh"]
EXPOSE 3000
CMD ["rails", "server", "-b", "0.0.0.0"]
CMD ["./bin/rails", "server", "-b", "0.0.0.0"]