Skip to content

Commit 647a9ce

Browse files
Merge pull request #545 from OpenSignLabs/staging
fix: update migration script
1 parent 3f3ca66 commit 647a9ce

File tree

4 files changed

+263
-206
lines changed

4 files changed

+263
-206
lines changed

apps/OpenSignServer/Dockerhubfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Use an official Node runtime as the base image
22
FROM node:22.14.0
33

4-
# install java
5-
RUN wget https://downloads.opensign.me/jdk-23_linux-x64_bin.deb \
6-
&& dpkg -i jdk-23_linux-x64_bin.deb
74

85
# Set the working directory inside the container
96
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)