Commit 629f02f7 authored by Tommy Lau's avatar Tommy Lau

Add the missing space of the command

parent 1d64b341
...@@ -53,7 +53,7 @@ RUN set -x \ ...@@ -53,7 +53,7 @@ RUN set -x \
&& rm -fr /tmp/route.txt && rm -fr /tmp/route.txt
COPY docker-entrypoint.sh /entrypoint.sh COPY docker-entrypoint.sh /entrypoint.sh
ENTRYPOINT["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 443 EXPOSE 443
CMD["ocserv", "-c", "/etc/ocserv/ocserv.conf", "-f"] CMD ["ocserv", "-c", "/etc/ocserv/ocserv.conf", "-f"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment