Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.9
|
|
2 |
RUN chmod 777 -R /root
|
3 |
WORKDIR /
|
4 |
#RUN chmod 777 -R /
|
5 |
-
#
|
6 |
ENV STATUS_CUSTOM_ROOT_PATH=/Status
|
7 |
RUN apt update -y && apt upgrade -y
|
8 |
RUN apt-get install -y nodejs npm
|
|
|
2 |
RUN chmod 777 -R /root
|
3 |
WORKDIR /
|
4 |
#RUN chmod 777 -R /
|
5 |
+
#pweas
|
6 |
ENV STATUS_CUSTOM_ROOT_PATH=/Status
|
7 |
RUN apt update -y && apt upgrade -y
|
8 |
RUN apt-get install -y nodejs npm
|