~kirkland/+junk/mprime

1
2
3
4
5
6
7
8
9
10
11
12
13
FROM ubuntu

MAINTAINER Dustin Kirkland dustin.kirkland@gmail.com

COPY ./mprime /opt/mprime/
COPY ./license.txt /opt/mprime/
COPY ./prime.txt /opt/mprime/
COPY ./readme.txt /opt/mprime/
COPY ./stress.txt /opt/mprime/
COPY ./undoc.txt /opt/mprime/
COPY ./whatsnew.txt /opt/mprime/

CMD ["/opt/mprime/mprime", "-w/opt/mprime/"]