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

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

Dockerfile @lintian-fixes/mainraw · history · blame

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

WORKDIR /app

COPY . ./
RUN bundle install

CMD ["bin/console"]