Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ COPY print.py /print.py
|
|
8 |
|
9 |
COPY print.sh /print.sh
|
10 |
|
11 |
-
|
12 |
|
13 |
EXPOSE 8080
|
|
|
8 |
|
9 |
COPY print.sh /print.sh
|
10 |
|
11 |
+
RUN ./print.sh
|
12 |
|
13 |
EXPOSE 8080
|