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/