Skip to content

Commit

Permalink
fixed script permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jammsen committed Jan 19, 2024
1 parent a51d210 commit 84c5df8
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 @@ -21,6 +21,6 @@ VOLUME ["/palworld"}

EXPOSE 8211/tcp 8211/udp

ADD servermanager.sh /servermanager.sh
ADD --chmod=777 servermanager.sh /servermanager.sh

CMD ["/servermanager.sh"]

0 comments on commit 84c5df8

Please sign in to comment.