Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Dolibarr/dolibarr-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 8, 2024
2 parents 97b677e + f54f886 commit 1274adf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ RUN curl -fLSs https://github.com/Dolibarr/dolibarr/archive/${DOLI_VERSION}.tar.
rm -rf /tmp/* && \
mkdir -p /var/www/documents && \
mkdir -p /var/www/html/custom && \
chown -R www-data:www-data /var/www
chown -R www-data:www-data /var/www && \
chmod -R u-w /var/www/html

EXPOSE 80
VOLUME /var/www/documents
Expand Down

0 comments on commit 1274adf

Please sign in to comment.