chore: add project configuration and infrastructure
This commit establishes the base configuration and deployment settings.
This commit is contained in:
@@ -12,6 +12,8 @@ RUN apt-get update && \
|
||||
COPY ["GroundsForSupport.Server/GroundsForSupport.Server.csproj", "GroundsForSupport.Server/"]
|
||||
RUN dotnet restore "GroundsForSupport.Server/GroundsForSupport.Server.csproj"
|
||||
|
||||
ARG VITE_STRIPE_API_KEY
|
||||
ENV VITE_STRIPE_API_KEY=$VITE_STRIPE_API_KEY
|
||||
COPY . .
|
||||
WORKDIR "/src/GroundsForSupport.Server"
|
||||
RUN dotnet build "GroundsForSupport.Server.csproj" -c Release -o /app/build
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"StripeOptions": {
|
||||
"ApiKey": "ApiKey"
|
||||
"ApiKey": "ApiKey",
|
||||
"EventsWebhookSecret": "EventsWebhookSecret"
|
||||
},
|
||||
"ContextOptions": {
|
||||
"DatabaseFilePath": "DatabaseFilePath"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user