Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 25 |
apt-get update && apt-get install -y dotnet-sdk-7.0 && \
|
| 26 |
git clone https://github.com/Exocore-Organization/exocore-web.git
|
| 27 |
|
| 28 |
-
RUN usermod -aG sudo node && echo "node ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers &&
|
|
|
|
| 29 |
|
| 30 |
USER node
|
| 31 |
|
|
|
|
| 25 |
apt-get update && apt-get install -y dotnet-sdk-7.0 && \
|
| 26 |
git clone https://github.com/Exocore-Organization/exocore-web.git
|
| 27 |
|
| 28 |
+
RUN usermod -aG sudo node && echo "node ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
|
| 29 |
+
chown -R node:node exocore-web && chmod -R u+rwX exocore-web
|
| 30 |
|
| 31 |
USER node
|
| 32 |
|