We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5252dc + 2e923f5 commit 44cdb74Copy full SHA for 44cdb74
docker/backend/Dockerfile
@@ -113,5 +113,6 @@ RUN ln -s /cache /augur/augur/static/cache
113
114
COPY --chmod=u=rwx,go=rx ./docker/backend/entrypoint.sh /
115
COPY --chmod=u=rwx,go=rx ./docker/backend/init.sh /
116
+RUN chmod +x /entrypoint.sh /init.sh
117
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
118
CMD ["/init.sh"]
0 commit comments