Skip to content

Commit

Permalink
Revert "Merge pull request #4492 from bgeuken/fix_docker_file"
Browse files Browse the repository at this point in the history
This reverts commit 5fb07ec, reversing
changes made to e9decd7.

This wasn't solving the build failures.
  • Loading branch information
bgeuken committed Feb 13, 2018
1 parent 5fb07ec commit e95fe70
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 e95fe70

Please sign in to comment.