This website requires JavaScript.
Explore
Help
Sign In
status-im
/
codex-contracts-eth
Watch
2
Star
0
Fork
0
You've already forked codex-contracts-eth
mirror of
https://github.com/status-im/codex-contracts-eth.git
synced
2025-02-12 08:26:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
codex-contracts-eth
/
docker
/
deploy.Dockerfile
5 lines
92 B
Docker
Raw
Normal View
History
Unescape
Escape
Setting up start script.
2023-04-17 13:58:52 +02:00
FROM
node:18.16.0-alpine3.17
COPY
. .
debugging deployment of contract to geth node
2023-04-17 15:00:48 +02:00
RUN
[
"npm"
,
"install"
]
Setting up start script.
2023-04-17 13:58:52 +02:00
CMD
[
"sh"
,
"docker/deploy.sh"
]
Reference in New Issue
Copy Permalink