diff --git a/Dockerfile b/Dockerfile index a73bc0a..b5783c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ ENV DEBIAN_FRONTEND="teletype" \ CMD ["runsvdir", "-P", "/etc/service"] WORKDIR /app +ENV PATH="/app:/app/bin:/app/vendor/bin:${PATH}" COPY ./marshall/ /