Docker image containing the fork repo of ethercalc for OAE.
docker run -it --name=ethercalc --net=host oaeproject/oae-ethercalc-docker
# Step 1: Build the image
docker build -f Dockerfile -t oae-ethercalc:latest .
# Step 2: Run the container
docker run -it --name=ethercalc --net=host oae-ethercalc:latest