Skip to content
Snippets Groups Projects
Commit c98daaf4 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Merge branch 'zimniy-master-patch-43052' into 'master'

Update Dockerfile

See merge request tools/docker/shellcheck-ci!3
parents a1849090 750fda78
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,5 @@ COPY entrypoint.sh /entrypoint.sh ...@@ -3,3 +3,5 @@ COPY entrypoint.sh /entrypoint.sh
RUN set -ex && \ RUN set -ex && \
chmod a+x /entrypoint.sh chmod a+x /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ] ENTRYPOINT [ "/entrypoint.sh" ]
FROM runtime AS release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment