Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN apt-get update && \
|
|
| 18 |
COPY entrypoint.sh /entrypoint.sh
|
| 19 |
RUN chmod +x /entrypoint.sh
|
| 20 |
|
| 21 |
-
# Create a non-root user
|
| 22 |
RUN useradd -m -s /bin/bash warpuser && \
|
| 23 |
chown warpuser:warpuser /entrypoint.sh
|
| 24 |
|
|
|
|
| 18 |
COPY entrypoint.sh /entrypoint.sh
|
| 19 |
RUN chmod +x /entrypoint.sh
|
| 20 |
|
| 21 |
+
# Create a non-root user
|
| 22 |
RUN useradd -m -s /bin/bash warpuser && \
|
| 23 |
chown warpuser:warpuser /entrypoint.sh
|
| 24 |
|