We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aed86 commit ed74fe9Copy full SHA for ed74fe9
Dockerfile
@@ -27,6 +27,9 @@ LABEL org.opencontainers.image.created="${BUILD_DATE}"
27
28
STOPSIGNAL SIGUSR1
29
30
+RUN mkdir /licenses
31
+COPY ./licenses /licenses
32
+
33
COPY docker-entrypoint.sh /usr/local/bin/
34
RUN ln -s usr/local/bin/docker-entrypoint.sh /
35
ENTRYPOINT ["docker-entrypoint.sh"]
0 commit comments