Skip to content
Snippets Groups Projects
Commit ac4b7582 authored by androlo's avatar androlo
Browse files

temp

parent ab05fcb6
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
docker build -t eris-db .
# run eris-db
docker run --name eris-db -p 46656:46656 -p 46657:46657 -p 1337:1337 eris-db
#! /bin/bash
docker build -t eris-db .
\ No newline at end of file
# run eris-db
docker run --name eris-db -v -p 46656:46656 -p 46657:46657 -p 1337:1337 eris-db
#!/bin/sh
./build/eris-db
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment