OBT-SYSADM\tomishinets hace 6 años
padre
commit
c489ff32fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ COPY nginx.repo /etc/yum.repos.d/nginx.repo
 COPY generate.sh \
      renewal.sh \
      docker-entrypoint.sh \
-     /tmp
+     /tmp/
 
 RUN yum install -y epel-release \
     && yum install -y yum-utils python2-certbot-nginx openssl ca-certificates cronie mailx nginx \