Skip to content

Commit

Permalink
fix permissions on entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
brchri committed Oct 8, 2023
1 parent 9ae3bcb commit fa98eb7
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 @@ -27,7 +27,7 @@ RUN apk add --no-cache bash tzdata su-exec && \
chown -R nonroot:nonroot /app

COPY --from=builder --chown=nonroot:nonroot --chmod=755 /app/tesla-youq /app/config.example.yml /app/
COPY ./entrypoint.sh /app/
COPY --chmod=755 ./entrypoint.sh /app/

ENV PATH="/app:${PATH}"

Expand Down

0 comments on commit fa98eb7

Please sign in to comment.