This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM scratch
|
||||
|
||||
COPY public public
|
||||
COPY templates templates
|
||||
COPY covid19-edmonton .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD [ "./covid19-edmonton" ]
|
Reference in New Issue
Block a user