Debugging docker image source validation

This commit is contained in:
Deon George 2023-04-13 09:50:50 +10:00
parent eafae02c7b
commit 9e90820bfd
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ RUN mkdir -p ${COMPOSER_HOME} && \
touch .composer.refresh && \
mv .env.example .env && \
FORCE_PERMS=1 NGINX_START=FALSE /sbin/init && \
rm -rf ${COMPOSER_HOME}/* .git* composer.lock
rm -rf ${COMPOSER_HOME}/* composer.lock package-lock.json