Skip to content

Commit 2221240

Browse files
authored
Merge pull request #2 from tatsuya-ogawa/chown-permission
Update Dockerfile
2 parents eb7a066 + 73c110d commit 2221240

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ RUN mkdir -p /app/outputs && \
7171

7272
# Copy entrypoint script
7373
COPY entrypoint.sh /entrypoint.sh
74+
USER root
7475
RUN chmod +x /entrypoint.sh && \
7576
chown $UID:$GID /entrypoint.sh
77+
USER $UID:$GID
7678

7779
EXPOSE 7860
7880

0 commit comments

Comments
 (0)