Skip to content

Commit

Permalink
Remove entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sburn committed Dec 15, 2022
1 parent f8d3c20 commit ae1bea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ RUN ./atlas_start.py & \
&& ./atlas_stop.py \
&& truncate -s0 /apache-atlas/logs/application.log

ENTRYPOINT ["/bin/bash", "-c", "/apache-atlas/bin/atlas_start.py; tail -fF /apache-atlas/logs/application.log"]
CMD ["/bin/bash", "-c", "/apache-atlas/bin/atlas_start.py; tail -fF /apache-atlas/logs/application.log"]

0 comments on commit ae1bea8

Please sign in to comment.