Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Run app as root
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsato committed Nov 26, 2019
1 parent 0dc937a commit e0e96cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM eu.gcr.io/continuous-intelligence/gocd-agent-docker-dind-dvc:v19.9.0

USER root

RUN mkdir -p /app/continuous-intelligence/{src,data}

COPY start.sh /app/continuous-intelligence
Expand Down

0 comments on commit e0e96cc

Please sign in to comment.