Skip to content

Commit

Permalink
tweak entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsanfte committed Feb 14, 2020
1 parent baecdc3 commit 60e7c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ RUN apt-get remove -y git wget curl && \
WORKDIR /home/eqemu
USER eqemu

ENTRYPOINT /bin/true
ENTRYPOINT ["/usr/bin/tail", "-f", "/dev/null"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ A Docker container containing a snapshot of EQEMU Maps files. To be run as a sid

This container clones the EQEMU Maps github project into /home/eqemu/maps. Mount this folder as a volume into your eqemu-server-docker container at both /home/eqemu/maps and /home/eqemu/Maps.

Its ENTRYPOINT is set to /bin/true so it will simply exit once run. It exists only to provide its volume, as any sidekick container does.
Its ENTRYPOINT is set to tail /dev/null so it will stay up forever. It exists only to provide its volume, as any sidekick container does.

0 comments on commit 60e7c8a

Please sign in to comment.