Skip to content

Commit 5132104

Browse files
committed
Update readme
1 parent 5accdd7 commit 5132104

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax = docker/dockerfile:1
22

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4-
ARG RUBY_VERSION=3.3.3
4+
ARG RUBY_VERSION=3.1.1
55
FROM ruby:$RUBY_VERSION-slim as base
66

77
LABEL fly_launch_runtime="rails"

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Eapen Zacharias
3+
Copyright (c) 2022 Eapen Zacharias, Piero Lescano, Luis Jimenez
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Recipe app keeps track of all your recipes, ingredients, and inventory. It w
2525
Clone this repo and enter the directory.
2626

2727
```sh
28-
git clone [email protected]:eapenzacharias/recipes-on-rails.git && cd recipes-on-rails
28+
git clone [email protected]:lu-jim/recipes-on-rails.git && cd recipes-on-rails
2929
```
3030

3131
### Install
@@ -56,7 +56,10 @@ rails s # can be used after starting the app at least once
5656
bundle exec rspec spec
5757
```
5858

59-
## Author
59+
### Live version:
60+
- http://recipes-on-rails.fly.dev
61+
62+
## Authors
6063

6164
👤 **Eapen Zacharias**
6265

0 commit comments

Comments
 (0)