diff --git a/docker/Dockerfile b/docker/Dockerfile index 7b5e6e84fd..4c5995447b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,7 +20,7 @@ FROM base as release COPY --from=dependencies_and_build /app/node_modules ./node_modules COPY dist ./dist -COPY package.json LICENSE index.js data/configuration.yaml ./ +COPY package.json LICENSE index.js data/configuration.yaml data/configuration.example.yaml ./ COPY docker/docker-entrypoint.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/docker-entrypoint.sh