WORKDIR
All checks were successful
/ print-content (push) Successful in 4s

This commit is contained in:
암냥 2026-03-12 19:01:57 +09:00
commit eee51f6694
No known key found for this signature in database

View file

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