update at 2021-01-21 12:07:20 by ehlxr
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-21 12:07:20 +08:00
parent 7ab2e65490
commit 72916693f1
2 changed files with 11 additions and 12 deletions

View File

@@ -6,8 +6,7 @@ WORKDIR /opt
ARG SERVER_NAME
ENV SERVER_NAME=${SERVER_NAME}
COPY start.sh /opt/start.sh
COPY ${SERVER_NAME}*.jar /opt/
COPY ./docker/ /opt/
RUN chmod -R 755 /opt/