update dockerfile's

This commit is contained in:
MaKarin
2026-04-04 19:53:08 +03:00
parent fed445df7a
commit cf53ab8cf9
4 changed files with 24 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ WORKDIR /app
ENV NODE_ENV=production
RUN apt-get update \
&& apt-get install -y --no-install-recommends openssl \
&& apt-get install -y --no-install-recommends openssl ca-certificates curl \
&& rm -rf /var/lib/apt/lists/*
COPY --from=build /app/package*.json ./