diff --git a/Dockerfile b/Dockerfile index 35789e301b85ad2a94633635b44d856f0afb6a6d..885fb432413b83b2dfb7d9d83c8582a0d68eaa17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,9 @@ USER root RUN apt-get update -y RUN apt-get install -y git libpq-dev gcc +# Set working directory +WORKDIR /usr/src/app + # Install basics USER jovyan RUN pip3 install --upgrade pip