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 eb94a21 commit 9485aaeCopy full SHA for 9485aae
.travis.yml
@@ -14,7 +14,7 @@ before_install:
14
- docker run -ti pyghost:v1.0 screenfetch
15
- mkdir shared
16
- sudo apt-get install -y curl
17
- - docker run -ti -v "$PWD/shared:/shared" pyghost:v1.0 bash -c "ls -la /shared"
+ - docker run -ti pyghost:v1.0 bash -c "ls -la /shared"
18
19
jobs:
20
include:
Dockerfile
@@ -37,7 +37,7 @@ RUN pip3.7 install -r requirements.txt
37
# Change from root user for security reasons
38
RUN mkdir /shared
39
RUN touch /shared/coverage.xml
40
-RUN chmod a+rw /shared /shared/coverage.xml
+RUN chmod a+rw /shared /shared/*
41
42
RUN useradd -r -U -s /bin/bash pygameuser
43
RUN chown -R pygameuser:pygameuser /shared /app
0 commit comments