This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM scratch
|
||||
LABEL maintainer="himself@stevenpolley.net"
|
||||
COPY data data
|
||||
COPY ca-certificates.crt /etc/ssl/certs/
|
||||
COPY ynab-portfolio-monitor .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD [ "./ynab-portfolio-monitor" ]
|
Reference in New Issue
Block a user