covid19-edmonton/Dockerfile
Steven Polley 7ea69bbd69
All checks were successful
continuous-integration/drone/push Build is passing
Now it's actually webscale
2020-04-25 01:12:32 -06:00

10 lines
132 B
Docker

FROM scratch
COPY public public
COPY templates templates
COPY covid19-edmonton .
EXPOSE 8080
CMD [ "./covid19-edmonton", "-web"]