Surbao commited on
Commit
65b200c
·
verified ·
1 Parent(s): 3aeb197

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ COPY print.py /print.py
8
 
9
  COPY print.sh /print.sh
10
 
 
 
11
  WORKDIR /
12
 
13
  RUN ./print.sh
 
8
 
9
  COPY print.sh /print.sh
10
 
11
+ RUN chmod -X /print.sh
12
+
13
  WORKDIR /
14
 
15
  RUN ./print.sh