fix: Fix configuration.example.yaml missing from container (#18836)

This commit is contained in:
Koen Kanters
2023-09-02 08:51:50 +02:00
committed by GitHub
parent 9165bbb7b4
commit 0543ad4b19
+1 -1
View File
@@ -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