fix(docker): reduced client-data image of 200%
This commit is contained in:
parent
367f3f53af
commit
01f188fcf5
1 changed files with 1 additions and 3 deletions
|
|
@ -244,12 +244,10 @@ RUN addgroup --gid $GROUP_ID acore && \
|
|||
ENV DATAPATH=/azerothcore/env/dist/data
|
||||
ENV DATAPATH_ZIP=/tmp/data.zip
|
||||
|
||||
RUN --mount=type=bind,target=/azerothcore-temp,readwrite /azerothcore-temp/acore.sh client-data
|
||||
RUN --mount=type=bind,target=/azerothcore-temp,readwrite /azerothcore-temp/acore.sh client-data && chown -R $DOCKER_USER:$DOCKER_USER /azerothcore
|
||||
|
||||
RUN apt-get remove --purge -y tzdata curl unzip && apt-get autoremove -y
|
||||
|
||||
RUN chown -R $DOCKER_USER:$DOCKER_USER /azerothcore
|
||||
|
||||
USER $DOCKER_USER
|
||||
|
||||
#================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue