Commit 5ce1a004 authored by nanahira's avatar nanahira

update entrypoint

parent 74e37bc2
......@@ -14,4 +14,5 @@ COPY --from=builder /windbot /windbot
WORKDIR /windbot
EXPOSE 2399
CMD [ "mono", "/windbot/WindBot.exe", "ServerMode=true", "ServerPort=2399" ]
ENTRYPOINT ["mono", "./WindBot.exe"]
CMD [ "WindBot.exe", "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