diff --git a/Dockerfile b/Dockerfile index 486282fe50..7de3a77d2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ COPY --from=builder /app/apps/client/build ./client/ COPY --from=builder /app/apps/server/dist/ ./server/ COPY --from=builder /app/apps/server/src/external/ ./external/ COPY --from=builder /app/apps/server/src/user/ ./user/ +COPY --from=builder /app/apps/server/src/html/ ./html/ # Export default ports EXPOSE 4001/tcp 8888/udp 9999/udp