Skip to content
Snippets Groups Projects
Commit 831cd927 authored by George Andreou's avatar George Andreou
Browse files

Update Dockerfile

parent 306702fe
No related branches found
No related tags found
No related merge requests found
Pipeline #110 passed with stage
in 31 seconds
......@@ -5,8 +5,7 @@ FROM docker-registry.ebrains.eu/tc-tmp/builder
USER 0
# Pull the application code of django into the docker container
RUN git clone https://github.com/sclorg/django-ex.git app-src
ADD app-src /tmp/src
RUN git clone https://github.com/sclorg/django-ex.git /tmp/src
RUN chown -R 1001:0 /tmp/src
USER 1001
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment