chore: add html files to docker

This commit is contained in:
Carlos Valente
2025-01-19 11:59:35 +01:00
committed by Carlos Valente
parent b4c7b84f92
commit 420cef8b0d
+1
View File
@@ -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