Skip to content

Commit

Permalink
FIX: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkisse authored Mar 31, 2024
1 parent 4c25282 commit d7b5e9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tre-SQL-Trino/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ FROM trinodb/trino:422
# Set working directory
WORKDIR /workspace

USER root:root

# Copy entrypoint script
#COPY entrypoint.sh /usr/local/bin/entrypoint.sh

Expand All @@ -29,5 +31,7 @@ COPY entrypoint.sh /home/trino/entrypoint.sh
# Make entrypoint script executable
RUN chmod +x /home/trino/entrypoint.sh

USER trino:trino

# Set entrypoint
ENTRYPOINT ["/home/trino/entrypoint.sh"]

0 comments on commit d7b5e9e

Please sign in to comment.