mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-05 10:20:18 +00:00
fix: Fix configuration.example.yaml missing from container (#18836)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user