Remove env from dockerfile
This commit is contained in:
@@ -7,8 +7,6 @@ WORKDIR /app
|
|||||||
# COPY package*.json ./
|
# COPY package*.json ./
|
||||||
COPY /src/Managing.Web3Proxy/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
|
# Install dependencies with the --legacy-peer-deps flag to bypass peer dependency conflicts
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user