Explorar el Código

specify dockerfile name

Markus Neteler hace 5 años
padre
commit
c88c2f3351
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker/README_alpine.md

+ 1 - 1
docker/README_alpine.md

@@ -11,7 +11,7 @@ $ sudo docker build --build-arg GRASS_VERSION=7.9 \
                     --build-arg PYTHON_VERSION=3  \
                     --build-arg PROJ_VERSION=5.2.0 \
                     --build-arg PROJ_DATUMGRID_VERSION=1.8 \
-                    .
+                    --file Dockerfile_alpine .
 ```
 
 View the images available using `sudo docker images` and open a bash terminal with: