aboutsummaryrefslogblamecommitdiff
path: root/Dockerfile
blob: 05efce0b4656a23331602e1ffb6a4463fb4ff1c3 (plain) (tree)
1
2
3
4
5
6
7






                           
FROM scratch

ADD static /static
ADD guichet.static /guichet
ADD templates /templates

ENTRYPOINT ["/guichet"]