Skip to content

Commit 44cdb74

Browse files
authored
Merge pull request #3164 from cdolfi/main_init_permission
Main bug fix: line missed in bug fix to allow non root user
2 parents c5252dc + 2e923f5 commit 44cdb74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@ RUN ln -s /cache /augur/augur/static/cache
113113

114114
COPY --chmod=u=rwx,go=rx ./docker/backend/entrypoint.sh /
115115
COPY --chmod=u=rwx,go=rx ./docker/backend/init.sh /
116+
RUN chmod +x /entrypoint.sh /init.sh
116117
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
117118
CMD ["/init.sh"]

0 commit comments

Comments
 (0)