This commit is contained in:
2026-03-04 18:23:00 +03:00
parent b81df5866b
commit 205d9cf8b0
15 changed files with 439 additions and 165 deletions

View File

@@ -10,4 +10,5 @@ FROM alpine:3.23 AS runner
WORKDIR /app
COPY --from=builder /src/api /app/api
EXPOSE 8080
CMD ["/app/api"]
CMD ["/app/api"]
USER nobody