MFBot-Docker/mfbot/Dockerfile

5 lines
No EOL
84 B
Docker

FROM mono
LABEL maintainer="Alpha"
WORKDIR /
COPY . .
CMD [ "mono", "./mfbot.exe" ]