Skip to content

Commit

Permalink
remove PROD from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Nov 21, 2023
1 parent ebf3040 commit 2378059
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ FROM base as builder
RUN apt-get update && apt-get -y install wget
COPY . /ocean-contracts
WORKDIR /ocean-contracts
ENV NODE_ENV=production
RUN npm i
RUN wget https://gobinaries.com/tj/node-prune --output-document - | /bin/sh && node-prune




FROM base as runner
ENV NODE_ENV=production
RUN mkdir -p /ocean-contracts
RUN mkdir -p /ocean-contracts/test/
COPY ./addresses /ocean-contracts/addresses/
Expand Down

0 comments on commit 2378059

Please sign in to comment.