diff --git a/Dockerfile b/Dockerfile index e0468ec1..d280bf39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM oven/bun:1.1.24-debian -ARG GITHUB_REGISTRY_TOKEN +ARG SDK_READ_ACCESS_TOKEN RUN apt-get -y update RUN apt-get -y install python3 make g++ ca-certificates curl diff --git a/docker-compose.yaml b/docker-compose.yaml index 09eb0325..3bd5d920 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,7 +5,7 @@ services: build: context: . args: - GITHUB_REGISTRY_TOKEN: $GITHUB_REGISTRY_TOKEN + SDK_READ_ACCESS_TOKEN: $GITHUB_REGISTRY_TOKEN dockerfile: Dockerfile ports: - '3000:5173'