mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-30 03:12:41 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user