mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-02-22 18:25:21 +01:00
12 lines
401 B
Docker
12 lines
401 B
Docker
ARG NICOBOT_DEPLOY_BASE_IMAGE=nicolabs/nicobot:latest
|
|
|
|
FROM ${NICOBOT_DEPLOY_BASE_IMAGE}
|
|
|
|
# Overrides default configuration files with custom ones : i18n.*.yml, keywords.yml
|
|
# Loads referentials to prevent the image to download them everytime it starts : languages.*.json, likelySubtags.json
|
|
COPY i18n.*.yml \
|
|
*.keywords.yml \
|
|
languages.*.json \
|
|
likelySubtags.json \
|
|
/etc/nicobot/
|