FROM mcr.microsoft.com/dotnet/core/aspnet:3.0
EXPOSE 80
ENV SQLITE_DATA_DIRECTORY="C:\data" \
    SQLITE_USER='ContainerAdministrator'