Use glibc busybox instead of Alpine for build.

This commit is contained in:
Condorra 2024-10-27 21:23:00 +11:00
parent f82b4fd127
commit 2b1870dad6

View File

@ -1,4 +1,4 @@
FROM alpine:3.20.3 FROM busybox:glibc
COPY wwpapp /frontendstatic COPY wwpapp /frontendstatic
COPY wwpserver/worldwideportal-server /bin/worldwideportal-server COPY wwpserver/worldwideportal-server /bin/worldwideportal-server
ENTRYPOINT ["/bin/worldwideportal-server"] ENTRYPOINT ["/bin/worldwideportal-server"]