From a6ba4eb56f7e003db0137949d47339e06bbaa435 Mon Sep 17 00:00:00 2001 From: Noan RANDON Date: Wed, 1 Mar 2023 13:01:01 +0100 Subject: [PATCH] Update 'code/Dockerfile' --- code/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Dockerfile b/code/Dockerfile index 8f693f6..fc8de34 100644 --- a/code/Dockerfile +++ b/code/Dockerfile @@ -12,7 +12,7 @@ COPY ["server/DataBase/DataBase.csproj", "DataBase/"] RUN dotnet restore "ApiLeapHit/ApiLeapHit.csproj" COPY . . WORKDIR "/app/api/ApiLeapHit" -RUN dotnet build "ApiLeapHit.csproj" -c Release -o /app/build +RUN dotnet build "ApiLeapHit.csproj" -c Release -o /app/api/build FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base WORKDIR /app