FROM mcr.microsoft.com/dotnet/aspnet:6.0.0-rc.1-bullseye-slim COPY bin/Release/net6.0/ app/ WORKDIR /app ENTRYPOINT ["dotnet", "EventHub.DbMigrator.dll"]