fix dockerfile

pull/43/head
Alexander Bentkamp 4 years ago
parent 860a608399
commit 3117182494

@ -10,4 +10,6 @@ COPY testgame ./testgame
WORKDIR /leanserver WORKDIR /leanserver
RUN rm -f ./build/bin/gameserver RUN rm -f ./build/bin/gameserver
RUN lake build RUN lake build
CMD ["./build/bin/gameserver", "TestGame", "../testgame"]
WORKDIR /leanserver/build/bin/
CMD ["./gameserver", "--server"]

Loading…
Cancel
Save