diff --git a/build/Dockerfile b/build/Dockerfile index 360a948304b916f4754155fe8d77563d9b5a2bd6..33bf8576df78ba9c0799f5dc49f6635f0ab80273 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -47,7 +47,7 @@ LABEL description="Distributed server for social and realtime games and apps." RUN mkdir -p /nakama/data/modules && \ apt-get update && \ apt-get -y upgrade && \ - apt-get install -y --no-install-recommends ca-certificates tzdata curl iproute2 unzip rsync git tini && \ + apt-get install -y --no-install-recommends ca-certificates tzdata curl iproute2 unzip rsync git tini schroot && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* diff --git a/c.yml b/c.yml new file mode 100644 index 0000000000000000000000000000000000000000..ac6a8368edf785420efce803023a462bc1f960c5 --- /dev/null +++ b/c.yml @@ -0,0 +1,9 @@ +logger: + format: Stackdriver +socket: + port: 7350 +runtime: + env: + - ENVIRONMENT_NAME=p-mo-test +console: + port: 7351