Codebase list ruby-gitlab / watch-fixes/main Dockerfile
watch-fixes/main

Tree @watch-fixes/main (Download .tar.gz)

Dockerfile @watch-fixes/main

67eea39
ec6860b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
FROM ruby:2.7

WORKDIR /app

COPY . ./
RUN bundle install

CMD ["bin/console"]