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
/
day04
/
Dockerfile
blob: 363f0e67a690f6a9c24cd7d36f551d6ecea7f648 (
plain
)
1
2
3
4
5
6
7
FROM
minizinc/minizinc:latest
WORKDIR
/opt
COPY
. .
ENTRYPOINT
[
"./entrypoint"
]