Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Dec 18, 2018
1 parent 9d0ee37 commit bb07570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 9.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ RUN cd /var/www/html && \
ln -s typo3_src-* typo3_src && \
ln -s typo3_src/index.php && \
ln -s typo3_src/typo3 && \
cp typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/root-htaccess typo3_src && \
mv typo3_src/root-htaccess typo3_src/_.htaccess && \
cp typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/root-htaccess typo3_src/_.htaccess && \
ln -s typo3_src/_.htaccess .htaccess && \
mkdir typo3temp && \
mkdir typo3conf && \
Expand Down

0 comments on commit bb07570

Please sign in to comment.