Procházet zdrojové kódy

fix bug in Dockerfile

fatedier před 9 roky
rodič
revize
931c102668
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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"]