docker-simplify-database-dockerfile
This commit is contained in:
@@ -2,14 +2,14 @@ FROM alpine:latest as builder
|
|||||||
|
|
||||||
RUN apk add --no-cache bash
|
RUN apk add --no-cache bash
|
||||||
|
|
||||||
ADD apps /azerothcore/apps
|
COPY apps /azerothcore/apps
|
||||||
ADD conf /azerothcore/conf
|
COPY bin /azerothcore/bin
|
||||||
ADD data /azerothcore/data
|
COPY conf /azerothcore/conf
|
||||||
ADD deps /azerothcore/deps
|
COPY data /azerothcore/data
|
||||||
ADD acore.json /azerothcore/acore.json
|
COPY deps /azerothcore/deps
|
||||||
|
COPY acore.json /azerothcore/acore.json
|
||||||
|
|
||||||
RUN chmod 755 azerothcore/apps/db_assembler/db_assembler.sh; \
|
RUN ./azerothcore/bin/acore-db-asm 1
|
||||||
/azerothcore/apps/db_assembler/db_assembler.sh 1
|
|
||||||
|
|
||||||
FROM mysql:5.7
|
FROM mysql:5.7
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user