Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
-
RUN
|
4 |
|
5 |
RUN pip install pynecone-io
|
6 |
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
+
RUN apt update && apt install nodejs
|
4 |
|
5 |
RUN pip install pynecone-io
|
6 |
|