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