diff --git a/Dockerfile b/Dockerfile index 99241c2..100cf19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="Julian Gil " version="1.0.0" # Requirements are installed here to ensure they will be cached. COPY . . -RUN pip3 install -r ../requirements.txt +RUN pip3 install -r ../requirements-dev.txt ENV FLASK_CONFIG="../conf/dev.py" RUN sed -i 's/\r//' /start RUN chmod +x /start