Commit 71cd60b6 authored by Eric Dieckman's avatar Eric Dieckman
Browse files

Fix Nexus reference in Dockerfile

parent 9d5642a8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ COPY src/api/Api.csproj src/api/
COPY src/application/Application.csproj src/application/
COPY src/infrastructure/Infrastructure.csproj src/infrastructure/
COPY src/models/Models.csproj src/models/
COPY src/nexus/Nexus.csproj src/nexus/
COPY src/nexus/Cals.Nexus.csproj src/nexus/
RUN dotnet restore Cals.Visor.sln -p:Configuration=Release

# Copy the remaining source code