Skip to content

Commit

Permalink
Add environment for building Docker images from TinyMUX sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
brazilofmux committed May 8, 2018
1 parent 2bcd6e9 commit 1a47de0
Show file tree
Hide file tree
Showing 24 changed files with 2,307 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/AnonymousMUX/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM tinymux:2.12.0.3
COPY game /game/
WORKDIR /game
VOLUME ["/game"]
EXPOSE 2860
ENTRYPOINT ["./Startmux"]
CMD [""]
Loading

0 comments on commit 1a47de0

Please sign in to comment.