Skip to content

Commit

Permalink
Merge pull request #77 from Sh4kE/master
Browse files Browse the repository at this point in the history
Use specific user instead allow for all
  • Loading branch information
StegSchreck committed Nov 4, 2018
2 parents 7ec5a32 + c88964c commit 88d9eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED 1
RUN sudo mkdir /RatS
COPY . /RatS
WORKDIR /RatS
RUN sudo chmod -R 777 .
RUN sudo chown -R seluser: .
RUN sudo pip3 install --no-cache-dir -r ./requirements.txt

CMD ["/bin/true"]

0 comments on commit 88d9eef

Please sign in to comment.