Skip to content

Commit

Permalink
Merge pull request #41 from IvanKuchin/development
Browse files Browse the repository at this point in the history
Bugfix: e-mail sender changed to proper domain name
  • Loading branch information
IvanKuchin authored Mar 17, 2022
2 parents 6b1e769 + ccf723b commit 4c62622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supplemental/docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN apt-get install --no-install-recommends --no-install-suggests -y ssmtp apach
#########################
# configure mail sender #
#########################
RUN chown -R www-data:www-data ${IMAGEROOTDIR}
RUN sed -i "s/#rewriteDomain=/rewriteDomain=${BUILD_REPO}/g" /etc/ssmtp/ssmtp.conf

#####################
# configure apache2 #
Expand Down

0 comments on commit 4c62622

Please sign in to comment.