Skip to content

Commit

Permalink
Rename directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Mar 26, 2020
1 parent 1384896 commit 7b081bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ FROM mlandauer/herokuish:for-morph-ng as yinyo-run
RUN apt-get update && apt-get install -y libsqlite3-dev

# Add prerun script which will disable output buffering for ruby
ADD build/package/wrapper/prerun.rb /usr/local/lib/prerun.rb
ADD build/package/run/prerun.rb /usr/local/lib/prerun.rb

# Add perl buildpack
RUN /bin/herokuish buildpack install https://github.com/miyagawa/heroku-buildpack-perl.git 2da7480a8339f01968ce3979655555a0ade20564

ADD build/package/wrapper/start.sh /bin/
ADD build/package/run/start.sh /bin/
RUN chmod +x /bin/start.sh

# Install geckdriver for firefox
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
dockerfile: build/package/server/Dockerfile
- image: openaustralia/yinyo-run
docker:
dockerfile: build/package/wrapper/Dockerfile
dockerfile: build/package/run/Dockerfile
deploy:
helm:
releases:
Expand Down

0 comments on commit 7b081bc

Please sign in to comment.