mirror of https://github.com/docker/docs.git
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:
parent
239f205cfa
commit
bf3d92a2b9
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue