From f8253d7cf4b7ac2917f0309164190761ccc9c4e9 Mon Sep 17 00:00:00 2001 From: Caleb Lemoine <21261388+circa10a@users.noreply.github.com> Date: Sun, 13 Jan 2019 01:49:33 -0600 Subject: [PATCH] Fix dockerfile (#92) * use ouroboros script in dockerfile * local pip install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57df7631..cbcfbe71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ COPY / /app WORKDIR /app RUN apk add --no-cache tzdata && \ - pip install --no-cache-dir -r requirements.txt + pip install --no-cache-dir . ENTRYPOINT ["ouroboros"]