fixed wrong filename for runpreview.sh

runpreview48.sh does not exist in the dotnet6 branch. without a rename to runpreview.sh docker build fails.
This commit is contained in:
Peter Gloor
2023-01-23 19:45:43 +01:00
committed by GitHub
parent 231f9a362c
commit de75ce06d1
+1 -1
View File
@@ -67,7 +67,7 @@ RUN cd $OPENSIMDIR \
# Build OpenSimulator
RUN cd $OPENSIMDIR \
&& chmod +x runprebuild48.sh \
&& chmod +x runprebuild.sh \
&& ./runprebuild.sh \
&& dotnet build --configuration Release OpenSim.sln