Remove default SQLfile

This commit is contained in:
soup-bowl
2023-08-12 15:02:25 +01:00
parent 6289e1e70c
commit 43906a67f9
+2
View File
@@ -6,6 +6,8 @@ RUN git checkout dotnet6
RUN ./runprebuild.sh && ./compile.sh
RUN rm bin/config-include/storage/SQLiteStandalone.ini
FROM mcr.microsoft.com/dotnet/runtime:6.0
LABEL org.opencontainers.image.title="OpenSimulator (unofficial)"