diff --git a/Dockerfile b/Dockerfile index d6effd5..8f7b475 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ WORKDIR /genyrator COPY . ./ RUN pip install pipenv && \ - pipenv install --system && \ - pipenv sync --dev + pipenv install --dev --system CMD ["make", "test"]