Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 364d003

Browse files
committed
Fixed Dockerfile
1 parent abef52f commit 364d003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY main/resources/docker/entrypoint.sh /usr/local/bin/entrypoint.sh
77

88
RUN sed -i -e 's/__C__/jmap/g' /usr/local/bin/configure.sh && \
99
sed -i -e 's/__R__/jmap-server/g' /usr/local/bin/configure.sh && \
10-
sed -i -e 's/__N__/jmap/g' /usr/local/bin/configure.sh
10+
sed -i -e 's/__N__/jmap-sqlite/g' /usr/local/bin/configure.sh
1111

1212
RUN chmod a+rx /usr/local/bin/*.sh
1313

0 commit comments

Comments
 (0)