Skip to content

Commit

Permalink
Merge pull request #63 from joao-zanutto/patch-16
Browse files Browse the repository at this point in the history
change docker workdir to greenmask home
  • Loading branch information
wwoytenko authored Apr 10, 2024
2 parents 3657f60 + 3dc3c6c commit 1c570f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/greenmask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ RUN mkdir ~/.bash_completions \
&& echo 'source /etc/bash_completion' >> ~/.bashrc \
&& echo 'source ~/.bash_completions/greenmask.bash' >> ~/.bashrc

WORKDIR /home/greenmask

ENTRYPOINT ["greenmask"]

0 comments on commit 1c570f2

Please sign in to comment.