6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ..
|
|
docker rmi memgraph_demo
|
|
docker build -t memgraph_demo -f demo/memgraph_demo.docker .
|