Skip to content

Commit

Permalink
fix: container entrypoint executable path should be passed as string
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiaan (Bas) Peters committed Jun 19, 2019
1 parent 6993ef2 commit 80e7cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ WORKDIR /project
RUN ln -s /garden/bin/garden /bin/garden \
&& chmod +x /bin/garden

ENTRYPOINT [/garden/bin/garden]
ENTRYPOINT ["/garden/bin/garden"]

0 comments on commit 80e7cf1

Please sign in to comment.