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

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
  RUN ./print.sh
12
 
13
  EXPOSE 8080
 
8
 
9
  COPY print.sh /print.sh
10
 
11
+ WORKDIR /
12
+
13
  RUN ./print.sh
14
 
15
  EXPOSE 8080