diff options
author | Nat Lasseter <user@4574.co.uk> | 2018-12-05 10:08:04 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2018-12-05 10:08:04 +0000 |
commit | cd5acc649c31f299f16ec1e205a752e19b908bc5 (patch) | |
tree | dfdf3e54969f88cf73b6d6bdbfe721c27ba0dc96 /day05/Dockerfile | |
parent | 76056832683da277b2c68794cd49897da711d456 (diff) |
[day05] done, naïve and slow
Diffstat (limited to 'day05/Dockerfile')
-rw-r--r-- | day05/Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/day05/Dockerfile b/day05/Dockerfile new file mode 100644 index 0000000..5e0a8b7 --- /dev/null +++ b/day05/Dockerfile @@ -0,0 +1,7 @@ +FROM ruby:2.5-slim + +WORKDIR /opt + +COPY . . + +ENTRYPOINT ["./entrypoint"] |