worldwideportal/container/Containerfile

5 lines
156 B
Docker

FROM busybox:glibc
COPY wwpapp /frontendstatic
COPY wwpserver/worldwideportal-server /bin/worldwideportal-server
ENTRYPOINT ["/bin/worldwideportal-server"]