Merge pull request #13007 from jessereynolds/patch-1

Fixes #12926 - rails demo not working
This commit is contained in:
Usha Mandya 2021-06-25 11:38:30 +01:00 committed by GitHub
commit 1b0fcad601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ WORKDIR /myapp
COPY Gemfile /myapp/Gemfile
COPY Gemfile.lock /myapp/Gemfile.lock
RUN bundle install
COPY ../compose /myapp
# Add a script to be executed every time the container starts.
COPY entrypoint.sh /usr/bin/