mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 17:54:01 +00:00
WIP: try to fix navmesh load
This commit is contained in:
@@ -37,8 +37,7 @@ RUN echo "Build server" && \
|
||||
cmake .. && \
|
||||
make -j $BUILD_THREADS
|
||||
|
||||
RUN mkdir -p /build/build/res/maps/navmeshes/ && \
|
||||
unzip /build/resources/navmeshes.zip -d /build/build/res/maps
|
||||
RUN unzip /build/resources/navmeshes.zip -d /build/build/res/maps
|
||||
|
||||
FROM gcc:11 as runtime
|
||||
|
||||
|
Reference in New Issue
Block a user