We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
COPY
1 parent e40989b commit 4c3f25eCopy full SHA for 4c3f25e
Dockerfile
@@ -5,9 +5,7 @@ WORKDIR /src
5
ARG NUGET_API_KEY
6
7
# Copy the project files first for better layer caching (if only code changes)
8
-COPY *.sln ./
9
-COPY Gateway.* ./Gateway/
10
-COPY Api.* ./Api/
+COPY . ./
11
12
# Add the custom NuGet source
13
RUN dotnet nuget add source https://nuget.pkg.github.com/trumpee/index.json --name github --username trumpee --password $NUGET_API_KEY --store-password-in-clear-text
0 commit comments