Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -35,7 +35,7 @@ RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
|
|
| 35 |
npm install -g configurable-http-proxy
|
| 36 |
|
| 37 |
# Create a working directory
|
| 38 |
-
WORKDIR /
|
| 39 |
|
| 40 |
# Create a non-root user and switch to it
|
| 41 |
RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
|
|
|
|
| 35 |
npm install -g configurable-http-proxy
|
| 36 |
|
| 37 |
# Create a working directory
|
| 38 |
+
WORKDIR /data
|
| 39 |
|
| 40 |
# Create a non-root user and switch to it
|
| 41 |
RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
|