Skip to content

Commit

Permalink
Fixed Dockerfile download
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Dec 27, 2023
1 parent dc09f3e commit c1bdd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY resources/docker/entrypoint.sh /usr/local/bin/entrypoint.sh

RUN sed -i -e 's/__C__/all-in-one/g' /usr/local/bin/configure.sh && \
sed -i -e 's/__R__/mail-server/g' /usr/local/bin/configure.sh && \
sed -i -e 's/__N__/mail-sqlite/g' /usr/local/bin/configure.sh && \
sed -i -e 's/__N__/mail/g' /usr/local/bin/configure.sh && \
sed -i -e 's/__B__/stalwart-mail/g' /usr/local/bin/entrypoint.sh

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

0 comments on commit c1bdd4f

Please sign in to comment.