We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3abcd7 commit 93f1cb7Copy full SHA for 93f1cb7
Dockerfile
@@ -1,9 +1,5 @@
1
FROM circleci/python:3.6.5-stretch-browsers
2
3
-# System
4
-
5
-USER root
6
7
# Pipenv
8
9
RUN sudo pip install --upgrade pipenv && \
Makefile
@@ -17,4 +17,4 @@ build:
17
18
.PHONY: test
19
test:
20
- docker run -v $(PWD):/host -i $(TAG) bash -c "cp -a /host/. . && make doctor"
+ docker run -v $(PWD):/host -i $(TAG) bash -c "cd ~ && cp -a /host/. . && make doctor"
0 commit comments