Skip to content

Commit

Permalink
Fix: path to mapserver Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasgarciaisaia committed Mar 6, 2024
1 parent 583b018 commit 6b63794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ if [[ -z "$DOCKER_TAG" ]]; then
fi

dockerBuildAndPush
dockerBuildAndPush -d mapserver -s "-mapserver" -t "-mapserver" -o "-f Dockerfile.mapserver"
dockerBuildAndPush -d mapserver -s "-mapserver" -t "-mapcache" -o "-f Dockerfile.mapcache"
dockerBuildAndPush -d mapserver -s "-mapserver" -t "-mapserver" -o "-f mapserver/Dockerfile.mapserver"
dockerBuildAndPush -d mapserver -s "-mapserver" -t "-mapcache" -o "-f mapserver/Dockerfile.mapcache"
dockerBuildAndPush -d scripts -s "-tools"

0 comments on commit 6b63794

Please sign in to comment.