mirror of https://github.com/fatedier/frp
fix bug in Dockerfile
parent
5700101c0e
commit
931c102668
|
@ -11,4 +11,4 @@ RUN cd /usr/share/frp && make
|
|||
EXPOSE 80
|
||||
EXPOSE 7000
|
||||
|
||||
CMD ["/usr/share/frp/bin/frps -c /usr/share/frps.ini"]
|
||||
CMD ["/usr/share/frp/bin/frps", "-c", "/usr/share/frps.ini"]
|
||||
|
|
Loading…
Reference in New Issue