Skip to content

Commit 25544aa

Browse files
authored
Merge pull request #176 from airmap/airmap/bkd/gdal-permissions
Change ownership of /code to work around PoissonRecon permission issue.
2 parents c9aef94 + 733d89c commit 25544aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.gpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ COPY --chown=odm:odm . /var/www
2121
RUN npm install && mkdir -p tmp
2222

2323
RUN chown -R odm:odm /var/www
24+
RUN chown -R odm:odm /code
2425

2526
USER odm
2627

0 commit comments

Comments
 (0)