Skip to content

Commit

Permalink
[FIX] Typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas JEUDY committed Jan 11, 2018
1 parent cfba518 commit 8a91369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ONBUILD ARG ADMIN_PASSWORD=admin
ONBUILD ARG SMTP_SERVER=smtp
ONBUILD ARG SMTP_PORT=25
ONBUILD ARG SMTP_USER=false
ONBUILD ARG SMTP_PASSWORD:false
ONBUILD ARG SMTP_PASSWORD=false
ONBUILD ARG SMTP_SSL=false
ONBUILD ARG EMAIL_FROM=""

Expand Down

0 comments on commit 8a91369

Please sign in to comment.