Skip to content

Commit

Permalink
Working on entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 25, 2021
1 parent 39698f3 commit b7155c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
runtime: ruby27
service: randomquotes-ruby
entrypoint: bundle exec unicorn -c unicorn.rb
entrypoint: bundle exec rackup -s Unicorn -p $PORT

handlers:
- url: /(.*\.(html|css|js))$
Expand Down

0 comments on commit b7155c5

Please sign in to comment.