Commit 40a6f93f authored by nanahira's avatar nanahira

fix entrypoint again

parent 5ce1a004
......@@ -15,4 +15,4 @@ WORKDIR /windbot
EXPOSE 2399
ENTRYPOINT ["mono", "./WindBot.exe"]
CMD [ "WindBot.exe", "ServerMode=true", "ServerPort=2399" ]
CMD [ "ServerMode=true", "ServerPort=2399" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment