fix: avoid generating repetitive widgets Id

This commit is contained in:
prafull-opensignlabs
2025-06-02 10:40:14 +00:00
parent 8788afaa8e
commit 481c0143fc
3 changed files with 13 additions and 7 deletions
+2
View File
@@ -1,6 +1,8 @@
# Use an official Node runtime as the base image
FROM node:22.14.0
RUN wget https://download.oracle.com/java/23/archive/jdk-23_linux-x64_bin.deb \
&& dpkg -i jdk-23_linux-x64_bin.deb
# Set the working directory inside the container
WORKDIR /usr/src/app