Skip to content

Commit

Permalink
fix: docker image doesnt build anymore because of missing imported re…
Browse files Browse the repository at this point in the history
…sources
  • Loading branch information
baywet committed Aug 1, 2024
1 parent 4d3866a commit c3a2c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG version_suffix
WORKDIR /app

COPY ./src ./kiota/src
COPY ./resources ./kiota/resources
WORKDIR /app/kiota
RUN if [ -z "$version_suffix" ]; then \
dotnet publish ./src/kiota/kiota.csproj -c Release -p:TreatWarningsAsErrors=false; \
Expand Down

0 comments on commit c3a2c89

Please sign in to comment.