Skip to content

Commit

Permalink
dockerfile: Fix entrypoint.sh ownership
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hancock <dhancock@camelot.network>
  • Loading branch information
Pheoxy committed Oct 6, 2024
1 parent 74bd129 commit 5f6833c
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 @@ -34,7 +34,7 @@ WORKDIR /config
EXPOSE 64738/tcp 64738/udp

# Copy entrypoint script.
COPY entrypoint.sh /entrypoint.sh
COPY --chown=mumble:mumble entrypoint.sh /entrypoint.sh

# Start mumble-server.
VOLUME ["/config"]
Expand Down

0 comments on commit 5f6833c

Please sign in to comment.