From eee51f66946e5dd74746e2c371635cca7957d467 Mon Sep 17 00:00:00 2001 From: imnyang Date: Thu, 12 Mar 2026 19:01:57 +0900 Subject: [PATCH] WORKDIR --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 594ce2c..e243da4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,8 @@ RUN chown -R imnyang:imnyang /app # Drop privileges for runtime. USER imnyang +WORKDIR /app + # Copy only the compiled binary from the build stage. COPY --from=build /bin/server /app/