mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
move cli to bin folder
This commit is contained in:
@@ -5,5 +5,5 @@ RUN apk add --no-cache tini
|
||||
RUN apk update && apk upgrade --no-cache libcrypto3 libssl3
|
||||
|
||||
|
||||
COPY infisical /infisical
|
||||
ENTRYPOINT ["/sbin/tini", "--", "/infisical"]
|
||||
COPY infisical /bin/infisical
|
||||
ENTRYPOINT ["/sbin/tini", "--", "/bin/infisical"]
|
||||
Reference in New Issue
Block a user