Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9485aae

Browse files
committedApr 30, 2020
perms
1 parent eb94a21 commit 9485aae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- docker run -ti pyghost:v1.0 screenfetch
1515
- mkdir shared
1616
- sudo apt-get install -y curl
17-
- docker run -ti -v "$PWD/shared:/shared" pyghost:v1.0 bash -c "ls -la /shared"
17+
- docker run -ti pyghost:v1.0 bash -c "ls -la /shared"
1818

1919
jobs:
2020
include:

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN pip3.7 install -r requirements.txt
3737
# Change from root user for security reasons
3838
RUN mkdir /shared
3939
RUN touch /shared/coverage.xml
40-
RUN chmod a+rw /shared /shared/coverage.xml
40+
RUN chmod a+rw /shared /shared/*
4141

4242
RUN useradd -r -U -s /bin/bash pygameuser
4343
RUN chown -R pygameuser:pygameuser /shared /app

0 commit comments

Comments
 (0)
Please sign in to comment.