fix docker file

This commit is contained in:
Mikhail Trubnikov
2023-08-25 16:04:43 +10:00
parent 182a852c97
commit 6edf25d2c8

View File

@@ -1,9 +1,9 @@
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
FROM mcr.microsoft.com/dotnet/runtime:7.0 AS base FROM 10.99.253.167:8090/dotnet/runtime:7.0 AS base
WORKDIR /app WORKDIR /app
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build FROM 10.99.253.167:8090/dotnet/sdk:7.0 AS build
WORKDIR /src WORKDIR /src
COPY ["NuGet.config", "."] COPY ["NuGet.config", "."]
COPY ["PARR.EsppTemplateSyncWorker/PARR.EsppTemplateSyncWorker.csproj", "PARR.EsppTemplateSyncWorker/"] COPY ["PARR.EsppTemplateSyncWorker/PARR.EsppTemplateSyncWorker.csproj", "PARR.EsppTemplateSyncWorker/"]