diff --git a/Dockerfile b/Dockerfile index ca2f893..8c26735 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,9 @@ MAINTAINER Marcin Ryzycki marcin@m12.io # ENV: Install following TYPO3 Neos version ENV TYPO3_NEOS_VERSION 1.1.2 +# ENV: Import following site package +ENV NEOS_APP_SITE_PACKAGE TYPO3.NeosDemoTypo3Org + # ENV: Repository for installed TYPO3 Neos distribution #ENV TYPO3_NEOS_REPO_URL git://git.typo3.org/Neos/Distributions/Base.git