Commit 5d202282 by Ivan

feat: update dockerfile

parent cc4efa38
......@@ -72,4 +72,4 @@ ENTRYPOINT ["/rails/bin/docker-entrypoint"]
# Start server via Thruster by default, this can be overwritten at runtime
EXPOSE 80
# 使用链接后的bin/rails路径,这样可以确保正确的环境变量和gem路径
CMD ["/rails/bin/rails", "server"]
CMD ["/rails/code/bin/rails", "server"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment