Commit 74faef84 authored by The Heavy's avatar The Heavy 🚂
Browse files

Correct command

parent a988c15d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ VOLUME /config
EXPOSE 80 443 25 143 10000 20000

# copy the remaining config
COPY root/ /
#COPY root/ /

CMD /usr/sbin/init
CMD ["/usr/sbin/init"]