-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
❔ questionA non-code issue or question.A non-code issue or question.
Milestone
Description
Hello,
im not shure but i can create teh container only if i exchange
mkdir -p ./dfg-viewer/public/fileadmin && \
touch ./dfg-viewer/public/FIRST_INSTALL && \
in Dockerfile
RUN cd /var/www/html && \ RUN cd /var/www/html &&
composer create-project typo3/cms-base-distribution dfg-v composer create-project typo3/cms-base-distribution dfg-v
cp ./dfg-viewer/public/typo3/sysext/install/Resources/Pr # cp ./dfg-viewer/public/typo3/sysext/install/Resources/Pr
mkdir -p ./dfg-viewer/public/fileadmin && \ <
touch ./dfg-viewer/public/FIRST_INSTALL && \ touch ./dfg-viewer/public/FIRST_INSTALL && \
> mkdir -p ./dfg-viewer/public/fileadmin && \
chown -R www-data:www-data ./dfg-viewer chown -R www-data:www-data ./dfg-viewer
Install TYPO3
RUN cd /var/www/html &&
composer create-project typo3/cms-base-distribution dfg-viewer "^${T3_VERSION}" && \
cp ./dfg-viewer/public/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/root-htaccess ./dfg-viewer/public/.htaccess && \
mkdir -p ./dfg-viewer/public/fileadmin && \
touch ./dfg-viewer/public/FIRST_INSTALL && \
chown -R www-data:www-data ./dfg-viewer
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
❔ questionA non-code issue or question.A non-code issue or question.