worldwideportal/container/Containerfile

5 lines
186 B
Plaintext
Raw Normal View History

FROM quay.io/blasthavers/worldwideportal-baseimg
COPY wwpapp /frontendstatic
2024-10-27 18:05:25 +11:00
COPY wwpserver/worldwideportal-server /bin/worldwideportal-server
ENTRYPOINT ["/bin/worldwideportal-server"]