Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -36,7 +36,7 @@ COPY entrypoint.sh /entrypoint.sh
|
|
| 36 |
RUN chmod +x /entrypoint.sh
|
| 37 |
|
| 38 |
# Switch to non-root user
|
| 39 |
-
USER
|
| 40 |
|
| 41 |
# Execution command
|
| 42 |
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
| 36 |
RUN chmod +x /entrypoint.sh
|
| 37 |
|
| 38 |
# Switch to non-root user
|
| 39 |
+
USER user
|
| 40 |
|
| 41 |
# Execution command
|
| 42 |
ENTRYPOINT ["/entrypoint.sh"]
|