Skip to content
Snippets Groups Projects
Commit 1afbaed8 authored by micah's avatar micah :speech_balloon:
Browse files

No need to set the ENTRYPOINT, it is set in the base chaperone image now

parent c1493c30
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,3 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y - ...@@ -19,5 +19,3 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y -
COPY --from=build /go/bin/shapeshifter-dispatcher /usr/local/bin/shapeshifter-dispatcher COPY --from=build /go/bin/shapeshifter-dispatcher /usr/local/bin/shapeshifter-dispatcher
COPY chaperone.d/ /etc/chaperone.d COPY chaperone.d/ /etc/chaperone.d
ENTRYPOINT ["/usr/local/bin/chaperone"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment