This commit is contained in:
tobias 2024-06-23 15:01:05 +02:00
parent d77c33f548
commit b69d3ca9bc
3 changed files with 3 additions and 4 deletions

View File

@ -27,7 +27,5 @@ steps:
SECRET_PAYLOAD_SECRET_VERSION: v1
SECRET_MONGO_PASSWORD_VERSION: v1
REPOSITORY: "autonomic-cooperative/nextload"
DRONE_URL: "https://drone.autonomic.zone" # Probably vestigial
SECRET_TOKEN_VERSION: v1 # Probably vestigial
depends_on:
- publish nextjs container

View File

@ -10,7 +10,7 @@ ENTRYPOINT []
CMD ["pnpm", "dev:next"]
# Production
# Production: build
FROM base AS builder
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

View File

@ -51,5 +51,6 @@
"overrides": {
"@types/react": "npm:types-react@19.0.0-beta.2",
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2"
}
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}