diff --git a/Directory.Build.props b/Directory.Build.props index ff4f182..58e1c6b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,8 +3,8 @@ AgileWebs AgileWebs git - http://192.168.10.100:3000/AgileWebs/waiter-floor-bff - http://192.168.10.100:3000/AgileWebs/waiter-floor-bff + https://gitea.dream-views.com/AgileWebs/waiter-floor-bff + https://gitea.dream-views.com/AgileWebs/waiter-floor-bff false diff --git a/Dockerfile b/Dockerfile index 063e7c3..4d00cd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG SDK_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0 ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/aspnet:10.0 FROM ${SDK_IMAGE} AS build -ARG NUGET_FEED_URL=http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json +ARG NUGET_FEED_URL=https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json ARG NUGET_FEED_USERNAME= ARG NUGET_FEED_TOKEN= WORKDIR /src