mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Apply to all Dockerfiles and use the preferred ENTRYPOINT form.
This commit is contained in:
@@ -32,5 +32,5 @@ ADD start_everything.sh /start_everything.sh
|
||||
ADD start_development.sh /start_development.sh
|
||||
|
||||
EXPOSE 8013 8080 27017 22
|
||||
ENTRYPOINT /usr/bin/dumb-init
|
||||
ENTRYPOINT ["/usr/bin/dumb-init"]
|
||||
CMD /start_development.sh
|
||||
|
||||
Reference in New Issue
Block a user