Renamed some docker files to Dockerfile
This makes it simpler to manage by using the default name. It also helps my editor to recognise the file and highlight it properly.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
docker build -t armadillica/blender_cloud:latest -f run.docker .
|
||||
docker build -t armadillica/blender_cloud:latest .
|
||||
|
||||
echo "Done, built armadillica/blender_cloud:latest"
|
||||
|
Reference in New Issue
Block a user