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 {} +
|
|
|
|
|
2022-03-08 07:57:22 +01:00
|
|
|
VOLUME ["/srv/web2py/applications/eden/models"]
|