This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
codex-contracts-eth
mirror of
https://github.com/codex-storage/codex-contracts-eth.git
Watch
1
Star
0
Fork
You've already forked codex-contracts-eth
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f69f9cf7fe
codex-contracts-eth
/
docker
/
deploy.Dockerfile
5 lines
92 B
Docker
Raw
Blame
History
FROM
node:18.16.0-alpine3.17
COPY
. .
RUN
[
"npm"
,
"install"
]
CMD
[
"sh"
,
"docker/deploy.sh"
]
Reference in New Issue
View Git Blame
Copy Permalink