Explorar o código

new build method - dockerfile command fix

crocandr %!s(int64=3) %!d(string=hai) anos
pai
achega
e58c48f12b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -7,6 +7,7 @@ RUN apt-get update && \
 RUN tar xzfp /opt/softether.tar.gz -C /opt && \
     rm -f /opt/softether.tar.gz
 RUN cd /opt/vpnserver && \
+    ls -hal && \ 
     make i_read_and_agree_the_license_agreement 
 
 RUN chmod 755 /opt/*.sh