worldwideportal/container/Containerfile

5 lines
160 B
Plaintext
Raw Normal View History

2024-10-27 18:05:25 +11:00
FROM alpine:3.20.3
COPY wwpapp /frontendstatic
2024-10-27 18:05:25 +11:00
COPY wwpserver/worldwideportal-server /bin/worldwideportal-server
ENTRYPOINT ["/bin/worldwideportal-server"]