Tree @
fresh-snapshots/main
(
Download .tar.gz
)
.github
bin
debian
exe
lib
spec
.dockerignore
.gitignore
.rubocop.yml
.rubocop_todo.yml
CHANGELOG.md
CONTRIBUTING.md
docker-compose.yml
docker.env
Dockerfile
Gemfile
gitlab.gemspec
LICENSE.txt
Rakefile
README.md
Dockerfile
@
fresh-snapshots/main
—
raw
·
history
·
blame
1
2
3
4
5
6
7
8
FROM
ruby:2.7
WORKDIR
/app
COPY
.
./
RUN
bundle
install
CMD
[
"bin/console"
]