Skip to content

Commit

Permalink
Generate GraphQL code while building Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Feb 1, 2024
1 parent f85c5a5 commit c4b8627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ WORKDIR /app

# Copy everything else and build
COPY . ./
RUN dotnet tool restore
RUN dotnet graphql generate NineChroniclesUtilBackend
RUN <<EOF
#!/bin/bash
echo "TARGETPLATFROM=$TARGETPLATFORM"
Expand Down

0 comments on commit c4b8627

Please sign in to comment.