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

Commit 87efb89

Browse files
committed
Fixed Dockerfile
1 parent 2418ac8 commit 87efb89

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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__/imap/g' /usr/local/bin/configure.sh && \
99
sed -i -e 's/__R__/imap-server/g' /usr/local/bin/configure.sh && \
10-
sed -i -e 's/__N__/imap/g' /usr/local/bin/configure.sh
10+
sed -i -e 's/__N__/imap-sqlite/g' /usr/local/bin/configure.sh
1111

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

0 commit comments

Comments
 (0)