Skip to content

Commit

Permalink
feat: rename entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouven Himmelstein committed Feb 9, 2024
1 parent eb0fe3c commit 53fdfb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container-data/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ EXPOSE 27016/udp
EXPOSE 9700/udp

# Define entrypoint
COPY --chown=ubuntu:ubuntu --chmod=755 entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
COPY --chown=ubuntu:ubuntu --chmod=755 entrypoint.sh /sons-of-the-forest-server.sh
ENTRYPOINT ["/sons-of-the-forest-server.sh"]

0 comments on commit 53fdfb2

Please sign in to comment.