5 lines
156 B
Docker
5 lines
156 B
Docker
FROM busybox:glibc
|
|
COPY wwpapp /frontendstatic
|
|
COPY wwpserver/worldwideportal-server /bin/worldwideportal-server
|
|
ENTRYPOINT ["/bin/worldwideportal-server"]
|