Clean up
This commit is contained in:
parent
d77c33f548
commit
b69d3ca9bc
@ -27,7 +27,5 @@ steps:
|
|||||||
SECRET_PAYLOAD_SECRET_VERSION: v1
|
SECRET_PAYLOAD_SECRET_VERSION: v1
|
||||||
SECRET_MONGO_PASSWORD_VERSION: v1
|
SECRET_MONGO_PASSWORD_VERSION: v1
|
||||||
REPOSITORY: "autonomic-cooperative/nextload"
|
REPOSITORY: "autonomic-cooperative/nextload"
|
||||||
DRONE_URL: "https://drone.autonomic.zone" # Probably vestigial
|
|
||||||
SECRET_TOKEN_VERSION: v1 # Probably vestigial
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- publish nextjs container
|
- publish nextjs container
|
@ -10,7 +10,7 @@ ENTRYPOINT []
|
|||||||
CMD ["pnpm", "dev:next"]
|
CMD ["pnpm", "dev:next"]
|
||||||
|
|
||||||
|
|
||||||
# Production
|
# Production: build
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
|
@ -51,5 +51,6 @@
|
|||||||
"overrides": {
|
"overrides": {
|
||||||
"@types/react": "npm:types-react@19.0.0-beta.2",
|
"@types/react": "npm:types-react@19.0.0-beta.2",
|
||||||
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2"
|
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2"
|
||||||
}
|
},
|
||||||
|
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user