added dockerfile to use the classes if needed
This commit is contained in:
parent
8c0b16244f
commit
67ae198963
3 changed files with 11 additions and 3 deletions
1
.pryrc
1
.pryrc
|
@ -1 +0,0 @@
|
|||
require '/usr/src/app/classes/kenna_api_client.rb'
|
|
@ -1,4 +1,7 @@
|
|||
FROM ruby:2.4
|
||||
# uncomment the version of ruby that you want to run
|
||||
#FROM ruby:2.4
|
||||
#FROM ruby:2.5
|
||||
FROM ruby:2.6
|
||||
|
||||
RUN mkdir /usr/src/app
|
||||
ADD . /usr/src/app/
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
#### List of Tools
|
||||
- **generate_invite_code.rb** - generates an invite code for hackthebox.eu
|
||||
- **algorithms** - algorithms gem that i am writing to better learn algorithms.
|
||||
- **classes** - various classes that can be required and used.
|
||||
- **command_line** - scripts that can be used at a unix/linux commandline.
|
||||
- **generate_invite_code.rb** - generates an invite code for hackthebox.eu.
|
||||
- **data** - sample data. csvs, jsons, xmls.
|
||||
- **koans** - ruby koans.
|
||||
- **programming_books** - excercises and examples from ruby programming books.
|
Loading…
Add table
Reference in a new issue