Added dedicated entrypoint
This commit is contained in:
@@ -33,4 +33,5 @@ RUN yarn install --check-files; bundle exec rake assets:precompile
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD cd /app && rake 'db:migrate' && bundle exec rails server -b 0.0.0.0
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
CMD ["/app/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user