Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
6 |
-
WORKDIR /
|
7 |
|
8 |
|
9 |
RUN pip install rich
|
|
|
3 |
|
4 |
FROM python:3.9
|
5 |
|
6 |
+
WORKDIR /
|
7 |
|
8 |
|
9 |
RUN pip install rich
|