mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-24 18:44:57 +02:00
fix: avoid generating repetitive widgets Id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user