as discussed, removed docker-related components from game_template directory

This commit is contained in:
Dan Feeney 2017-01-04 19:41:35 -06:00 committed by Griatch
parent 35ae6d82c3
commit 32386172f6
2 changed files with 0 additions and 20 deletions

View file

@ -1,5 +0,0 @@
FROM evennia/evennia:latest
# MAINTAINER you@example.com
# this is all we need.
# the ONBUILD directive in the evennia/evenia image does most of the work for us.

View file

@ -1,15 +0,0 @@
version: '2'
services:
# optionally change service id 'mygame' below to match your game (no spaces)
mygame:
build: .
# change 'myuser/mygame' below to a valid docker hub repository tag
image: myuser/mygame
stdin_open: true
tty: true
ports:
- "8000-8001:8000-8001"
- "4000:4000"
volumes:
- .:/usr/src/game