index
:
Advent-of-Code-2019.git
master
Advent of Code answers for 2019
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
skel
/
Dockerfile
blob: e5adcb19a75c7676e8e0f0086a7ca9d92a5f803d (
plain
)
1
2
3
4
5
6
7
FROM
ruby:2.6.5-slim
WORKDIR
/opt
COPY
. .
ENTRYPOINT
[
"./entrypoint"
]