Commit 3e3e4af9 authored by Tommy Lau's avatar Tommy Lau

Setup a default working directory

parent 15f1096e
...@@ -52,6 +52,8 @@ RUN set -x \ ...@@ -52,6 +52,8 @@ RUN set -x \
&& cat /tmp/route.txt >> /etc/ocserv/ocserv.conf \ && cat /tmp/route.txt >> /etc/ocserv/ocserv.conf \
&& rm -fr /tmp/route.txt && rm -fr /tmp/route.txt
WORKDIR /etc/ocserv
COPY docker-entrypoint.sh /entrypoint.sh COPY docker-entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
......
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