Skip to content

Commit 93f1cb7

Browse files
committed
Switch back to the default user
1 parent f3abcd7 commit 93f1cb7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
FROM circleci/python:3.6.5-stretch-browsers
22

3-
# System
4-
5-
USER root
6-
73
# Pipenv
84

95
RUN sudo pip install --upgrade pipenv && \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ build:
1717

1818
.PHONY: test
1919
test:
20-
docker run -v $(PWD):/host -i $(TAG) bash -c "cp -a /host/. . && make doctor"
20+
docker run -v $(PWD):/host -i $(TAG) bash -c "cd ~ && cp -a /host/. . && make doctor"

0 commit comments

Comments
 (0)