Update Dockerfile
Browse files- 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
|