diff --git a/packages/consts/src/consts.ts b/packages/consts/src/consts.ts index eee8592ab..0d194eeba 100644 --- a/packages/consts/src/consts.ts +++ b/packages/consts/src/consts.ts @@ -303,6 +303,13 @@ export const INTEGER_ENV_VARS = [ ENV_VARS.CONTAINER_PORT, ] as const; +/** + * Dictionary of names of build-time variables passed to the Actor's Docker build process. + */ +export const ACTOR_BUILD_ARGS = { + ACTOR_PATH_IN_DOCKER_CONTEXT: 'ACTOR_PATH_IN_DOCKER_CONTEXT', +}; + /** * Default value for APIFY_CONTAINER_PORT used both locally and at Apify platform. */