소스 검색

specify dockerfile name

Markus Neteler 5 년 전
부모
커밋
c88c2f3351
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 PYTHON_VERSION=3  \
                     --build-arg PROJ_VERSION=5.2.0 \
                     --build-arg PROJ_VERSION=5.2.0 \
                     --build-arg PROJ_DATUMGRID_VERSION=1.8 \
                     --build-arg PROJ_DATUMGRID_VERSION=1.8 \
-                    .
+                    --file Dockerfile_alpine .
 ```
 ```
 
 
 View the images available using `sudo docker images` and open a bash terminal with:
 View the images available using `sudo docker images` and open a bash terminal with: