derek-thomas
commited on
Commit
·
c6296fc
1
Parent(s):
57904d8
Overriding entrypoint
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -45,7 +45,7 @@ ENV PATH="/home/user/.local/bin:${PATH}"
|
|
| 45 |
#FROM base
|
| 46 |
#
|
| 47 |
## Override the ENTRYPOINT
|
| 48 |
-
|
| 49 |
#
|
| 50 |
## Switch to the non-root user
|
| 51 |
USER user
|
|
|
|
| 45 |
#FROM base
|
| 46 |
#
|
| 47 |
## Override the ENTRYPOINT
|
| 48 |
+
ENTRYPOINT []
|
| 49 |
#
|
| 50 |
## Switch to the non-root user
|
| 51 |
USER user
|