diff options
author | Josh Chen | 2020-07-17 11:11:13 +0200 |
---|---|---|
committer | Josh Chen | 2020-07-17 11:11:13 +0200 |
commit | 9eb4aeb3c2cfeb9bba05e7cf34976946a4d29677 (patch) | |
tree | 339118ee2ed5c230c3894ac4bacab8780d1b83a2 /.github/isabelle-action/Dockerfile | |
parent | f510ca75c5b01528840a0331012ef10a5545012b (diff) |
final test push
Diffstat (limited to '.github/isabelle-action/Dockerfile')
-rw-r--r-- | .github/isabelle-action/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/isabelle-action/Dockerfile b/.github/isabelle-action/Dockerfile index 2c7af73..34a4adf 100644 --- a/.github/isabelle-action/Dockerfile +++ b/.github/isabelle-action/Dockerfile @@ -23,3 +23,4 @@ COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] + |