diff --git a/container/Containerfile b/container/Containerfile index 62107db..fcc38b9 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.3 +FROM busybox:glibc COPY wwpapp /frontendstatic COPY wwpserver/worldwideportal-server /bin/worldwideportal-server ENTRYPOINT ["/bin/worldwideportal-server"]