Surbao commited on
Commit
7c70116
·
verified ·
1 Parent(s): b2672e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +8,6 @@ COPY print.py /print.py
8
 
9
  COPY print.sh /print.sh
10
 
11
- CMD ["dash", "/print.h"]
12
 
13
  EXPOSE 8080
 
8
 
9
  COPY print.sh /print.sh
10
 
11
+ RUN ./print.sh
12
 
13
  EXPOSE 8080