Skip to content

Commit

Permalink
Clean old code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmachyshyn committed Oct 15, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 417b529 commit 49b4919
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-alpine.template
Original file line number Diff line number Diff line change
@@ -63,8 +63,7 @@ RUN set -ex; \
unzip -q EspoCRM.zip -d /usr/src; \
mv "/usr/src/EspoCRM-%%ESPOCRM_VERSION%%" /usr/src/espocrm; \
rm EspoCRM.zip; \
mkdir /usr/src/espocrm-upgrades; \
chown -R www-data:www-data /usr/src/espocrm /usr/src/espocrm-upgrades
chown -R www-data:www-data /usr/src/espocrm

COPY ./docker-*.sh /usr/local/bin/

3 changes: 1 addition & 2 deletions Dockerfile-debian.template
Original file line number Diff line number Diff line change
@@ -91,8 +91,7 @@ RUN set -ex; \
unzip -q EspoCRM.zip -d /usr/src; \
mv "/usr/src/EspoCRM-%%ESPOCRM_VERSION%%" /usr/src/espocrm; \
rm EspoCRM.zip; \
mkdir /usr/src/espocrm-upgrades; \
chown -R www-data:www-data /usr/src/espocrm /usr/src/espocrm-upgrades
chown -R www-data:www-data /usr/src/espocrm

COPY ./docker-*.sh /usr/local/bin/

0 comments on commit 49b4919

Please sign in to comment.