mirror of
https://github.com/status-im/hackathon-registration-dapp.git
synced 2025-02-19 23:58:11 +00:00
3 lines
85 B
Bash
Executable File
3 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
docker build -t registration_dapp .
|
|
docker run -it registration_dapp bash |