8 lines
161 B
Docker
8 lines
161 B
Docker
FROM sahana:latest
|
|
|
|
COPY image.d /
|
|
|
|
RUN \
|
|
# Change ownership of the newly copied files
|
|
find /srv/web2py ! -user sahana -exec chown -R sahana:sahana {} +
|