Browse Source

typo

tags/v1.0.0
Robin Thoni 7 years ago
parent
commit
6676e7029f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      postfixadmin/Dockerfile

+ 1
- 1
postfixadmin/Dockerfile View File

@@ -32,7 +32,7 @@ COPY ./postfixadmin-3.0/ /var/www/html/
32 32
 
33 33
 RUN chmod -R 777 /var/www/html/templates_c
34 34
 
35
-COPY run.sh /run.sh
35
+COPY ./run.sh /run.sh
36 36
 
37 37
 EXPOSE 80
38 38
 

Loading…
Cancel
Save