fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 21s

This commit is contained in:
doomtube 2026-01-08 01:52:14 -05:00
parent c13210e5ed
commit 76765e9755

View file

@ -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