diff options
Diffstat (limited to 'Dockerfile.scratch')
-rw-r--r-- | Dockerfile.scratch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.scratch b/Dockerfile.scratch index f78f304..f6cf130 100644 --- a/Dockerfile.scratch +++ b/Dockerfile.scratch @@ -3,4 +3,5 @@ FROM scratch EXPOSE 8080 ADD sally.yaml / ADD _tmp/sally / +ADD templates /templates ENTRYPOINT ["/sally"] |