Skip to content

Commit

Permalink
maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Sep 7, 2023
1 parent d555937 commit a7b68c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
6 changes: 0 additions & 6 deletions .env

This file was deleted.

9 changes: 1 addition & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ version: '3.5'
services:

docs:
image: ${REPO}:ubuntu-${GEOARROW_ARCH}
build:
context: .
cache_from:
- ${REPO}:ubuntu-${GEOARROW_ARCH}
dockerfile: ci/docker/ubuntu.dockerfile
args:
GEOARROW_ARCH: ${GEOARROW_ARCH}
image: ghcr.io/apache/arrow-nanoarrow:ubuntu
volumes:
- .:/geoarrow-c
command: "/bin/bash /geoarrow-c/ci/scripts/build-docs.sh"

0 comments on commit a7b68c7

Please sign in to comment.