Skip to content

Commit

Permalink
Merge pull request #4492 from bgeuken/fix_docker_file
Browse files Browse the repository at this point in the history
[dist] Fix path to Gemfile
  • Loading branch information
bgeuken committed Feb 13, 2018
2 parents e9decd7 + d9ca93a commit 5fb07ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/docker-files/Dockerfile.frontend-base
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN /root/bin/docker-bootstrap.sh frontend
# Install other requirements
RUN npm install -g jshint

ADD Gemfile /obs/src/api/Gemfile
ADD Gemfile.lock /obs/src/api/Gemfile.lock
ADD ../Gemfile /obs/src/api/Gemfile
ADD ../Gemfile.lock /obs/src/api/Gemfile.lock
RUN chown -R frontend /obs/src/api

# Ensure there are ruby, gem and irb commands without ruby suffix
Expand Down

0 comments on commit 5fb07ec

Please sign in to comment.