mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Remove local port binding for postgres in dev env
I dont think we need to bind this port at the host level. This will allow us to run the galaxy_ng dev tooling side-by-side with AWX.
This commit is contained in:
@@ -107,6 +107,7 @@ RUN dnf -y install \
|
||||
make \
|
||||
patch \
|
||||
wget \
|
||||
diffutils \
|
||||
unzip && \
|
||||
npm install -g n && n 10.15.0 && dnf remove -y nodejs
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user