We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aa476 commit 32765daCopy full SHA for 32765da
Dockerfile
@@ -10,4 +10,4 @@ EXPOSE 25
10
VOLUME ["/var/mail"]
11
12
# Start the STMP server without a GUI (background)
13
-CMD java -jar /opt/fakeSMTP.jar --background --port 25 --output-dir /var/mail
+CMD ["java", "-jar", "/opt/fakeSMTP.jar", "--background", "--port", "25", "--output-dir", "/var/mail"]
0 commit comments