Skip to content

Commit

Permalink
Fix Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Jun 18, 2024
1 parent a346d45 commit 47336de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN dotnet nuget add source \
--username "${NUGET_USERNAME}" \
--password "${NUGET_ACCESS_TOKEN}" \
--store-password-in-clear-text \
--name PrivateMadWorld "${PRIVATE_MADWORLD_FEED}" \
--name PrivateMadWorld "${PRIVATE_MADWORLD_FEED}"

COPY ["Directory.Build.props", "/"]
COPY ["Directory.Packages.props", "/"]
Expand Down
2 changes: 1 addition & 1 deletion sources/MadWorldNL.HomeFriend.Clients.Portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN dotnet nuget add source \
--username "${NUGET_USERNAME}" \
--password "${NUGET_ACCESS_TOKEN}" \
--store-password-in-clear-text \
--name PrivateMadWorld "${PRIVATE_MADWORLD_FEED}" \
--name PrivateMadWorld "${PRIVATE_MADWORLD_FEED}"

COPY ["Directory.Build.props", "/"]
COPY ["Directory.Packages.props", "/"]
Expand Down

0 comments on commit 47336de

Please sign in to comment.