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
SRCT
schedules
b5bd4381bbf96a7c673a1fdd1f06fca5bd3a34be
b5bd4381bbf96a7c673a1fdd1f06fca5bd3a34be
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