Skip to content

Commit d152e6c

Browse files
authored
fix: add web/bindings files to Dockerfile so that connection bindings work when using the Docker image (#1202)
1 parent 54b61d0 commit d152e6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN mkdir -p /app/logs /app/data /app/backups /app/web/bindings/custom \
4545
COPY --chown=node:node --from=build /app/package*.json ./
4646
COPY --chown=node:node --from=build /app/node_modules ./node_modules
4747
COPY --chown=node:node --from=build /app/dist ./dist
48+
COPY --chown=node:node --from=build /app/web/bindings ./web/bindings
4849
COPY --chown=node:node --from=build /app/defaultConfig.json ./defaultConfig.json
4950
COPY --chown=node:node --from=build /app/config.json ./config.json
5051
COPY --chown=node:node --from=build /app/README.md ./README.md

0 commit comments

Comments
 (0)