mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
6 lines
No EOL
107 B
Bash
Executable file
6 lines
No EOL
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker build -t go-ethereum-dev -f Dockerfile.dev .
|
|
|
|
# RUN
|
|
# docker run -it go-ethereum-dev sh |