there is now a player character and the world renders using a cammera
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM localhost/skevety-root:latest
|
||||
|
||||
|
||||
COPY ./external/ ./external
|
||||
COPY ./source/ ./source/
|
||||
COPY ./CMakeLists.txt .
|
||||
|
||||
RUN mkdir build
|
||||
RUN cmake -DDOCKER=ON -B build .
|
||||
RUN cmake --build build -j20
|
||||
|
||||
|
||||
WORKDIR /app/build/source
|
||||
|
||||
CMD ["./sshGameServer"]
|
||||
Reference in New Issue
Block a user