5 lines
160 B
Docker
5 lines
160 B
Docker
FROM alpine:3.20.3
|
|
COPY wwpapp /frontendstatic
|
|
COPY wwpserver/worldwideportal-server /bin/worldwideportal-server
|
|
ENTRYPOINT ["/bin/worldwideportal-server"]
|