refactor(Docker): fix codacy warnings (#1902)
This commit is contained in:
parent
7cc25a63a7
commit
fa9638a1b1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:latest as builder
|
||||
FROM alpine:3.9 as builder
|
||||
|
||||
# install bash
|
||||
RUN apk add --no-cache bash
|
||||
|
|
@ -21,4 +21,4 @@ COPY --from=builder /azerothcore/env/dist/sql /sql
|
|||
|
||||
# adding the "generate-databases.sh" to the directory "/docker-entrypoint-initdb.d"
|
||||
# because all scripts included in that directory will automatically be executed when the docker container starts
|
||||
ADD docker/database/generate-databases.sh /docker-entrypoint-initdb.d
|
||||
COPY docker/database/generate-databases.sh /docker-entrypoint-initdb.d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue