FROM ghcr.io/vmware-labs/wws:latest WORKDIR /app # Copy all functions COPY . . EXPOSE 8080 # Use the image's default entrypoint with --host flag for container networking CMD ["--host", "0.0.0.0", "/app"]