Fixes #12926 - rails demo not working

Remove the `COPY ../compose /mydir` line from Dockerfile as this is no longer allowed, and does not seem to be necessary
This commit is contained in:
Jesse Reynolds 2021-06-13 11:46:32 +10:00 committed by GitHub
parent 239f205cfa
commit bf3d92a2b9
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/