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:
Shane McDonald
2020-06-16 19:18:28 -04:00
parent 5ca66ac806
commit 51b0c51605
2 changed files with 1 additions and 2 deletions

View File

@@ -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 %}