added docker-compose.yml to the game_template directory
This commit is contained in:
parent
f5f61ea5ba
commit
84ec9f15a2
2 changed files with 13 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
FROM python:2.7-alpine
|
||||
MAINTAINER Dan Feeney "feend78@gmail.com"
|
||||
RUN apk update && apk add gcc musl-dev
|
||||
ENV REFRESHED_AT 2016-12-09
|
||||
ADD . /usr/src/evennia
|
||||
RUN pip install -e /usr/src/evennia
|
||||
ONBUILD ADD . /usr/src/game
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue