This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
ansible-roles
Watch
16
Star
2
Fork
1
Code
Issues
53
Pull Requests
12
Releases
31
Wiki
Activity
Browse Source
Change Dockerfile Workdir to /data
pull/53/head
Victor Laborie
1 year ago
parent
7b9cc7c2b1
commit
189fa87efb
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Dockerfile
+ 2
- 0
Dockerfile
View File
@ -17,4 +17,6 @@ ENV ANSIBLE_HOST_KEY_CHECKING=false
ENV
ANSIBLE_RETRY_FILES_ENABLED
=
false
ENV
PYTHONUNBUFFERED
=
1
WORKDIR
/data
ENTRYPOINT
[
"ansible-playbook"
]
Write
Preview
Loading…
Cancel
Save