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

Update Dockerfile

parent 94f01330
No related branches found
No related tags found
No related merge requests found
Pipeline #109 failed with stage
in 4 seconds
...@@ -5,7 +5,7 @@ FROM docker-registry.ebrains.eu/tc-tmp/builder ...@@ -5,7 +5,7 @@ FROM docker-registry.ebrains.eu/tc-tmp/builder
USER 0 USER 0
# Pull the application code of django into the docker container # Pull the application code of django into the docker container
RUN clone https://github.com/sclorg/django-ex.git app-src RUN git clone https://github.com/sclorg/django-ex.git app-src
ADD app-src /tmp/src ADD app-src /tmp/src
RUN chown -R 1001:0 /tmp/src RUN chown -R 1001:0 /tmp/src
USER 1001 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