set args at build time
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 7m9s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 7m9s
This commit is contained in:
@@ -12,6 +12,9 @@ RUN corepack enable
|
|||||||
RUN corepack prepare yarn@stable --activate
|
RUN corepack prepare yarn@stable --activate
|
||||||
ARG DATABASE_URL
|
ARG DATABASE_URL
|
||||||
ENV DATABASE_URL=${DATABASE_URL}
|
ENV DATABASE_URL=${DATABASE_URL}
|
||||||
|
ENV DATABASE_URL=${DATABASE_URL}
|
||||||
|
ARG NEXT_PUBLIC_GRAPHQL_URL
|
||||||
|
ENV NEXT_PUBLIC_GRAPHQL_URL=${NEXT_PUBLIC_GRAPHQL_URL}
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
RUN corepack prepare yarn@stable --activate
|
RUN corepack prepare yarn@stable --activate
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user