Skip to content

Commit

Permalink
Merge pull request #74 from kaleido-io/fix-env
Browse files Browse the repository at this point in the history
Add .env file to Docker build
  • Loading branch information
peterbroadhurst authored Apr 26, 2022
2 parents d966ae7 + 6d5fce1 commit ac660fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ ADD package*.json ./
RUN npm install --production
COPY --from=solidity-builder /root/build/contracts contracts
COPY --from=builder /root/dist dist
COPY --from=builder /root/.env /root/.env
EXPOSE 3000
CMD ["npm", "run", "start:prod"]

0 comments on commit ac660fd

Please sign in to comment.