This commit is contained in:
2025-08-01 12:02:03 +03:00
parent 8788112cf7
commit 7118f7c523

View File

@@ -13,6 +13,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
apt-get install -y nsolid \
&& rm -rf /var/lib/apt/lists/*
RUN npm upgrade -g npm
WORKDIR /app
COPY package.json package-lock.json ./