File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ RUN set -ex; \
63
63
unzip -q EspoCRM.zip -d /usr/src; \
64
64
mv "/usr/src/EspoCRM-%%ESPOCRM_VERSION%%" /usr/src/espocrm; \
65
65
rm EspoCRM.zip; \
66
- mkdir /usr/src/espocrm-upgrades; \
67
- chown -R www-data:www-data /usr/src/espocrm /usr/src/espocrm-upgrades
66
+ chown -R www-data:www-data /usr/src/espocrm
68
67
69
68
COPY ./docker-*.sh /usr/local/bin/
70
69
Original file line number Diff line number Diff line change @@ -91,8 +91,7 @@ RUN set -ex; \
91
91
unzip -q EspoCRM.zip -d /usr/src; \
92
92
mv "/usr/src/EspoCRM-%%ESPOCRM_VERSION%%" /usr/src/espocrm; \
93
93
rm EspoCRM.zip; \
94
- mkdir /usr/src/espocrm-upgrades; \
95
- chown -R www-data:www-data /usr/src/espocrm /usr/src/espocrm-upgrades
94
+ chown -R www-data:www-data /usr/src/espocrm
96
95
97
96
COPY ./docker-*.sh /usr/local/bin/
98
97
You can’t perform that action at this time.
0 commit comments