From 76765e97557b11986acf0088f9e5ef4db1458385 Mon Sep 17 00:00:00 2001 From: doomtube Date: Thu, 8 Jan 2026 01:52:14 -0500 Subject: [PATCH] fixes lol --- nakama/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nakama/Dockerfile b/nakama/Dockerfile index 9927656..6a1d6cb 100644 --- a/nakama/Dockerfile +++ b/nakama/Dockerfile @@ -22,8 +22,8 @@ RUN go mod tidy # Build the plugin as a shared library RUN go build -buildmode=plugin -trimpath -o backend.so . -# Verify build -RUN ls -la backend.so && file backend.so +# Verify build exists +RUN ls -la backend.so # Stage 2: Nakama runtime with Go plugin FROM registry.heroiclabs.com/heroiclabs/nakama:3.35.1