Skip to content

Commit

Permalink
Fix for startup permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PhasecoreX committed Nov 25, 2024
1 parent 2ac4926 commit ad2722c
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 @@ -26,7 +26,7 @@ FROM debian:12-slim

# Add PhasecoreX user-entrypoint script
ADD https://raw.githubusercontent.com/PhasecoreX/docker-user-image/master/user-entrypoint.sh /bin/user-entrypoint
RUN chmod +x /bin/user-entrypoint && /bin/user-entrypoint --init
RUN chmod +rx /bin/user-entrypoint && /bin/user-entrypoint --init

COPY --from=builder /home/opam/root /

Expand Down

0 comments on commit ad2722c

Please sign in to comment.