mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
reset changes docker-compose
This commit is contained in:
@@ -2,6 +2,9 @@ version: '3.5'
|
||||
|
||||
services:
|
||||
contracts-env:
|
||||
security_opt:
|
||||
- no-new-privileges
|
||||
user: 1001:1001
|
||||
env_file:
|
||||
- .env
|
||||
build:
|
||||
@@ -9,5 +12,15 @@ services:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- ./:/usr/src/app:rw
|
||||
- ./:/src:rw
|
||||
- $HOME/.tenderly/config.yaml:/root/.tenderly/config.yaml:ro
|
||||
#environment:
|
||||
#- MNEMONIC=
|
||||
#- ETHERSCAN_KEY=
|
||||
#- INFURA_KEY=
|
||||
#- ETHERSCAN_NETWORK=
|
||||
#- TENDERLY_PROJECT=
|
||||
#- TENDERLY_USERNAME=
|
||||
#- ALCHEMY_KEY=
|
||||
#- TENDERLY_FORK_ID=
|
||||
#- TENDERLY_HEAD_ID=
|
||||
|
||||
3
docker-entrypoint.sh
Normal file
3
docker-entrypoint.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ ! -d "/src/node_modules" ] && mv /node_modules /src/node_modules ; bash
|
||||
Reference in New Issue
Block a user