make Server files executable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2bbfeec304
commit
4b43bceb7e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ COPY ./authconfig.ini ${HOMEDIR}/app/
|
|||
RUN chown -R 1000:1000 ${HOMEDIR}
|
||||
|
||||
RUN chmod +x ${HOMEDIR}/app/start.sh
|
||||
RUN chmod +x ${HOMEDIR}/app/*Server
|
||||
|
||||
ENV MYSQL_HOST darkflame_db
|
||||
ENV MYSQL_DATABASE darkflame
|
||||
|
|
Loading…
Reference in a new issue