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

Update Dockerfile

parent a1849090
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