Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -100,6 +100,6 @@ RUN echo 'permit nopass :node as root' >> /etc/doas.d/doas.conf
|
|
100 |
EXPOSE 7860
|
101 |
USER root
|
102 |
RUN npm install -g express ejs chart.js && npm cache clean --force
|
103 |
-
RUN chmod u+s /usr/local/bin/doas
|
104 |
# Define the command to run the application
|
105 |
CMD ["npm", "run", "backend"]
|
|
|
100 |
EXPOSE 7860
|
101 |
USER root
|
102 |
RUN npm install -g express ejs chart.js && npm cache clean --force
|
103 |
+
#RUN chmod u+s /usr/local/bin/doas
|
104 |
# Define the command to run the application
|
105 |
CMD ["npm", "run", "backend"]
|