covid19-edmonton/Dockerfile
Steven Polley 7654ce2371
All checks were successful
continuous-integration/drone/push Build is passing
make it webscale
2020-04-25 01:09:15 -06:00

10 lines
125 B
Docker

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