X Tutup
FROM microsoft/aspnetcore:latest WORKDIR /app COPY . . ENTRYPOINT ["dotnet", "APIJSON.NET.dll"]
X Tutup