added comments to dockerfiles
This commit is contained in:
parent
84ec9f15a2
commit
35ae6d82c3
3 changed files with 25 additions and 1 deletions
|
|
@ -1 +1,5 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue