update at 2021-01-21 12:30:38 by ehlxr
continuous-integration/drone/push Build is passing Details

master
ehlxr 2021-01-21 12:30:38 +08:00
parent 72916693f1
commit 014249228b
1 changed files with 4 additions and 1 deletions

View File

@ -4,11 +4,14 @@ MAINTAINER ehlxr <ehlxr.me@gmail.com>
WORKDIR /opt
ARG SERVER_NAME
ENV SERVER_NAME=${SERVER_NAME}
ENV SDK_PORT=16831
ENV HTTP_PORT=16830
COPY ./docker/ /opt/
RUN chmod -R 755 /opt/
EXPOSE 16830 16831
EXPOSE ${SDK_PORT} ${HTTP_PORT}
ENTRYPOINT ["/opt/start.sh"]