Steven Polley
7654ce2371
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
125 B
Docker
10 lines
125 B
Docker
FROM scratch
|
|
|
|
COPY public public
|
|
COPY templates templates
|
|
COPY covid19-edmonton .
|
|
|
|
EXPOSE 8080
|
|
|
|
CMD [ "./covid19-edmonton" ]
|