aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.scratch
blob: f6cf130baf57131b38d5da176300bd96ce4e0ca1 (plain) (blame)
1
2
3
4
5
6
7
FROM scratch

EXPOSE 8080
ADD sally.yaml /
ADD _tmp/sally /
ADD templates /templates
ENTRYPOINT ["/sally"]