diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-10 15:26:02 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-10 15:26:02 +0100 |
commit | 9a6e24aea0c0229b9b30dcf0136228bda34e4690 (patch) | |
tree | e2b9dbbb98861f556b050f52d26f064fb2cc9b77 /Dockerfile | |
parent | 7ab5451a3f5865a6cb3ef0979da979b9496ce990 (diff) | |
download | guichet-9a6e24aea0c0229b9b30dcf0136228bda34e4690.tar.gz guichet-9a6e24aea0c0229b9b30dcf0136228bda34e4690.zip |
Containerize
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..05efce0 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM scratch + +ADD static /static +ADD guichet.static /guichet +ADD templates /templates + +ENTRYPOINT ["/guichet"] |