Skip to content

Commit

Permalink
mkdir /opt
Browse files Browse the repository at this point in the history
  • Loading branch information
leon committed Sep 27, 2016
1 parent 937cf03 commit 1373e43
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
@@ -1,5 +1,5 @@
FROM openjdk:8-jre-alpine
RUN wget -q http://nilhcem.github.com/FakeSMTP/downloads/fakeSMTP-latest.zip && unzip fakeSMTP-latest.zip -d /opt && rm fakeSMTP-latest.zip
RUN mkdir /opt && wget -q http://nilhcem.github.com/FakeSMTP/downloads/fakeSMTP-latest.zip && unzip fakeSMTP-latest.zip -d /opt && rm fakeSMTP-latest.zip
RUN mv /opt/fakeSMTP*.jar /opt/fakeSMTP.jar
EXPOSE 25
VOLUME ["/var/mail"]
Expand Down

0 comments on commit 1373e43

Please sign in to comment.