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