Spaces:
Sleeping
Sleeping
Commit
•
ff609c0
1
Parent(s):
9b83b7b
Ignore entrypoint
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -43,6 +43,9 @@ ENTRYPOINT ["./entrypoint.sh"]
|
|
43 |
# Final image
|
44 |
FROM base
|
45 |
|
|
|
|
|
|
|
46 |
# Switch to the non-root user
|
47 |
USER user
|
48 |
|
|
|
43 |
# Final image
|
44 |
FROM base
|
45 |
|
46 |
+
# Override the ENTRYPOINT
|
47 |
+
ENTRYPOINT []
|
48 |
+
|
49 |
# Switch to the non-root user
|
50 |
USER user
|
51 |
|