From 0c03e5a2af6522a51945137c9680c3009d84442d Mon Sep 17 00:00:00 2001 From: ryzy Date: Wed, 12 Nov 2014 12:49:20 +0000 Subject: [PATCH] Dockerfile: NEOS_APP_SITE_PACKAGE set explicitly to TYPO3.NeosDemoTypo3Org --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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