mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-05-18 20:08:19 +00:00
feat: include widget.js in Docker image for embed script serving
Added COPY public ./public to Dockerfile so the Preact embed widget is served via NestJS static assets at /widget.js. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -54,5 +54,8 @@ COPY --from=builder /app/dist ./dist
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/package.json ./
|
||||
|
||||
# Widget embed script (pre-built, served via NestJS static assets)
|
||||
COPY public ./public
|
||||
|
||||
EXPOSE 4100
|
||||
CMD ["node", "dist/main.js"]
|
||||
|
||||
Reference in New Issue
Block a user