1
0
epfl_cs451/docker/build.sh
2020-09-15 10:56:10 +02:00

9 lines
215 B
Bash
Executable File

#!/bin/bash
# Change the current working directory to the location of the present file
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd ..
docker build -f docker/Dockerfile -t da_image .