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

Update Dockerfile

parent 6abe60b9
Branches
Tags
1 merge request!2Update Dockerfile
Pipeline #35038 passed with warnings
ARG DOCKER_REGISTRY=registry.cyberbrain.pw
FROM $DOCKER_REGISTRY/tools/docker/ubuntu:latest AS source
FROM $DOCKER_REGISTRY/tools/docker/ubuntu/main AS source
RUN set -ex && \
apt-get update -y && \
......@@ -13,3 +13,5 @@ RUN set -ex && \
VOLUME [ "/backup" ]
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