Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Jul 28, 2023
1 parent 2418ac8 commit 87efb89
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY main/resources/docker/entrypoint.sh /usr/local/bin/entrypoint.sh

RUN sed -i -e 's/__C__/imap/g' /usr/local/bin/configure.sh && \
sed -i -e 's/__R__/imap-server/g' /usr/local/bin/configure.sh && \
sed -i -e 's/__N__/imap/g' /usr/local/bin/configure.sh
sed -i -e 's/__N__/imap-sqlite/g' /usr/local/bin/configure.sh

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

Expand Down

0 comments on commit 87efb89

Please sign in to comment.