Skip to content

Commit 6cb5495

Browse files
authored
Merge pull request #132 from haroldwoo/ps-fix
Fixing the docker container
2 parents a56c5ab + c339047 commit 6cb5495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ COPY . ${HOME}
3131

3232
RUN pip install -r requirements.txt
3333
RUN pip install -r test_requirements.txt
34+
RUN pip install .
3435

3536
# Drop root and change ownership of the application folder to the user
3637
RUN chown -R ${USER_ID}:${GROUP_ID} ${HOME}

0 commit comments

Comments
 (0)