Surbao commited on
Commit
64acaea
·
verified ·
1 Parent(s): 415b459

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,6 +12,6 @@ RUN chmod -x /print.sh && chmod 777 /print.sh
12
 
13
  WORKDIR /
14
 
15
- CMD ["sh", "-c", "/print.sh &"]
16
 
17
  EXPOSE 8080
 
12
 
13
  WORKDIR /
14
 
15
+ CMD ["dash", "-c", "/print.sh &"]
16
 
17
  EXPOSE 8080