Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Khalid Ali
schedules
31708b7f4c30b1a996d35741896e1bfe2d1a5a76
31708b7f4c30b1a996d35741896e1bfe2d1a5a76
Switch branch/tag
schedules
schedules_api
Dockerfile
Find file
Normal view
History
Permalink
Dockerfile
74 Bytes
Edit
Web IDE
Newer
Older
Finished API cleanup and added Dockerile for API
Zac Wood
committed
Jul 26, 2018
1
2
3
4
5
6
FROM
ruby:2.5
RUN
mkdir
/api
WORKDIR
/api
ADD
. /api
starting CI -- no idea if this will work
Zac Wood
committed
Jul 31, 2018
7
RUN
bundle
install