Edit dockercompose

This commit is contained in:
itqop 2025-02-11 02:41:31 +03:00
parent 2c771ba161
commit cd3ae98c70
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
FROM node:18-alpine
FROM node:18
WORKDIR /app
# Устанавливаем OpenSSL и другие зависимости
RUN apk add --no-cache openssl1.1 bash
RUN apt-get update && apt-get install -y openssl
COPY package*.json ./
RUN npm install