Skip to content

Commit

Permalink
patch to dockerfile startup-combined
Browse files Browse the repository at this point in the history
  • Loading branch information
njfio committed Aug 22, 2024
1 parent ef498ed commit a146484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fluent-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN cp ~/.cargo/git/checkouts/fluent_cli-*/*/example_configurations/*.json /.flu
EXPOSE 5000
EXPOSE 7474
EXPOSE 7687
EXPOSE 8000

RUN echo "dbms.default_database=neo4j" >> /etc/neo4j/neo4j.conf
RUN echo "dbms.connector.bolt.enabled=true" >> /etc/neo4j/neo4j.conf
Expand Down
2 changes: 1 addition & 1 deletion fluent-env/start-combined.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Start Neo4j in the background
neo4j start &

gunicorn -w 2 app:app &
gunicorn -w 2 app:app 0.0.0.0:5000 &

echo "started neo4j and web server"

Expand Down

0 comments on commit a146484

Please sign in to comment.