Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions apps/OpenSignServer/Dockerhubfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Use an official Node runtime as the base image
FROM node:22.14.0

# install java
RUN wget https://downloads.opensign.me/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
Expand Down
Loading