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

Update Dockerfile

parent a1849090
Branches
Tags v0.0.2
No related merge requests found
......@@ -3,3 +3,5 @@ COPY entrypoint.sh /entrypoint.sh
RUN set -ex && \
chmod a+x /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