make it webscale
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-25 01:09:15 -06:00
parent 4926b32854
commit 7654ce2371
28 changed files with 3549 additions and 24 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM scratch
COPY public public
COPY templates templates
COPY covid19-edmonton .
EXPOSE 8080
CMD [ "./covid19-edmonton" ]