sahana-eden/sahana-sambro/Dockerfile

8 lines
161 B
Docker
Raw Permalink Normal View History

2022-03-07 12:41:09 +01:00
FROM sahana:latest
COPY image.d /
RUN \
# Change ownership of the newly copied files
find /srv/web2py ! -user sahana -exec chown -R sahana:sahana {} +