Remove env from dockerfile

This commit is contained in:
2025-11-01 16:07:22 +07:00
parent 7fee636fc4
commit 6fd4cea3f7

View File

@@ -7,8 +7,6 @@ WORKDIR /app
# COPY package*.json ./
COPY /src/Managing.Web3Proxy/package.json ./
# Declaring env
ENV NODE_ENV production
# Install dependencies with the --legacy-peer-deps flag to bypass peer dependency conflicts
RUN npm install