fix: use JSON notation for ENTRYPOINT (DL3025)
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ RUN apk add --no-cache bind-tools curl
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user