Remove dead link in Dockerfile

The referenced URL is no longer available.
This commit is contained in:
Javi Martín
2021-12-09 18:18:55 +01:00
parent 642b7b2d75
commit e4bc2c99bf

View File

@@ -27,7 +27,6 @@ WORKDIR $RAILS_ROOT
# Use the Gemfiles as Docker cache markers. Always bundle before copying app src.
# (the src likely changed and we don't want to invalidate Docker's cache too early)
# http://ilikestuffblog.com/2014/01/06/how-to-skip-bundle-install-when-deploying-a-rails-app-to-docker/
COPY Gemfile* ./
# Finish establishing our Ruby environment