Browse Source

Do not copy nuget.config.

release/4.x
Sebastian 5 years ago
parent
commit
a9991b546c
  1. 3
      Dockerfile

3
Dockerfile

@ -7,9 +7,6 @@ ARG SQUIDEX__VERSION=4.0.0
WORKDIR /src
# Copy nuget project files.
COPY backend/*.sln backend/NuGet.Config ./
# Copy the main source project files
COPY backend/src/*/*.csproj ./
RUN for file in $(ls *.csproj); do mkdir -p src/${file%.*}/ && mv $file src/${file%.*}/; done

Loading…
Cancel
Save