Skip to content

Commit

Permalink
Dockerfile: remove -D option
Browse files Browse the repository at this point in the history
  • Loading branch information
Horgix committed Jun 26, 2016
1 parent fbc0b1a commit a6b9eaf
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 @@ -24,4 +24,4 @@ RUN wget ${TARBALL} \

EXPOSE 5232

CMD ["radicale", "-f", "-D", "-C", "/etc/radicale/config"]
CMD ["radicale", "-f", "-C", "/etc/radicale/config"]

0 comments on commit a6b9eaf

Please sign in to comment.