Skip to content

Commit 61cd67c

Browse files
authored
Merge pull request #140 from ot4i/userID
Update permissions on files so we can run as any userID
2 parents b93d166 + ae707f1 commit 61cd67c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sample/Dockerfile.aceonly

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
FROM ace-only:latest
22

3+
USER root
34
COPY bars_aceonly /home/aceuser/bars
5+
RUN chmod -R ugo+rwx /home/aceuser
6+
7+
USER aceuser
48
RUN ace_compile_bars.sh
9+
10+
USER root
11+
RUN chmod -R ugo+rwx /home/aceuser
12+
13+
USER aceuser

0 commit comments

Comments
 (0)