Spaces:
Build error
Build error
Commit
·
5521214
1
Parent(s):
3b15bd2
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ WORKDIR /opt/node_app
|
|
6 |
|
7 |
# Get apt up and running
|
8 |
RUN apt update
|
9 |
-
RUN apt install python3-pip
|
10 |
#RUN apt install git yarn -y
|
11 |
#RUN npm install --global yarn
|
12 |
RUN pip3 install uvicorn
|
|
|
6 |
|
7 |
# Get apt up and running
|
8 |
RUN apt update
|
9 |
+
RUN apt install python3-pip -y
|
10 |
#RUN apt install git yarn -y
|
11 |
#RUN npm install --global yarn
|
12 |
RUN pip3 install uvicorn
|