Skip to content

Commit

Permalink
just to trigger docker container build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Selkin committed Apr 2, 2018
1 parent 1ddd277 commit 01fb54a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ WORKDIR /
COPY setup_network.sh /
RUN chmod 755 /setup_network.sh
RUN /setup_network.sh
# Set up postgres
COPY setup_postgres.sh /
RUN chmod a+x /setup_postgres.sh
# Make the services directory you will be loading your local files into
RUN mkdir /services
WORKDIR /
RUN sed -i 's/5432/9020/g' /etc/init.d/postgresql96
Expand Down

0 comments on commit 01fb54a

Please sign in to comment.