diff options
Diffstat (limited to '0.4.11')
| -rw-r--r-- | 0.4.11/cli/Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/0.4.11/cli/Dockerfile b/0.4.11/cli/Dockerfile index 371728a..2392c7c 100644 --- a/0.4.11/cli/Dockerfile +++ b/0.4.11/cli/Dockerfile @@ -40,5 +40,8 @@ EXPOSE 11753 RUN openrct2-cli --version \ && openrct2-cli scan-objects +# make roles for server +#RUN + # Done -ENTRYPOINT ["openrct2-cli"] +ENTRYPOINT openrct2-cli host "$RCT2MAP" --port 11753 --verbose |
