Update Dockerfile

This commit is contained in:
Osman Ale
2024-05-06 11:44:40 +05:00
committed by GitHub
parent e9ff47483f
commit 4b5dd5539f

View File

@@ -24,7 +24,7 @@ RUN dotnet restore "/src/Managing.Api/Managing.Api.csproj"
COPY . .
WORKDIR "/src"
WORKDIR "/src/Managing.Api"
RUN ls -la /src/Managing.Api