This website requires JavaScript.
Explore
Help
Sign In
status-im
/
dagger-contracts
Watch
2
Star
0
Fork
0
You've already forked dagger-contracts
mirror of
https://github.com/status-im/dagger-contracts.git
synced
2025-01-28 15:25:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dagger-contracts
/
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