Revisão | abb4793a1e9632b051acae97580f148dccf34451 (tree) |
---|---|
Hora | 2020-08-31 05:54:43 |
Autor | HMML <hmml3939@gmai...> |
Commiter | HMML |
Remove bind option to use config file.
@@ -3,7 +3,7 @@ | ||
3 | 3 | : ${APP_CURRENT_DIR:=/app/current} |
4 | 4 | : ${APP_UID:=3000} |
5 | 5 | : ${APP_GID:=3000} |
6 | -: ${APP_SERVER_CMD:=exec bin/rails server -b0} | |
6 | +: ${APP_SERVER_CMD:=exec bin/rails server} | |
7 | 7 | : ${APP_SKIP_FILE_OWNER_CHANGE:=f} |
8 | 8 | : ${APP_COPY_PUBLIC_TO:=} # Default is empty |
9 | 9 |