File .dockerignore

Last commit: Fri Nov 22 23:05:44 2019 +0100	Jan Dankert	Redirecting logfiles in docker container to standard out and standard error. No logfile should be written in a container.
1 .git 2 .idea 3 config/config-*.yml 4 log/cms-*.log 5 doc/* 6 modules/cms-ui/themes/default/html/views/*/*.src.xml
Download .dockerignore
History Fri, 22 Nov 2019 23:05:44 +0100 Jan Dankert Redirecting logfiles in docker container to standard out and standard error. No logfile should be written in a container. Tue, 1 Oct 2019 22:19:02 +0200 Jan Dankert New: Enable Logfile in Docker image Tue, 1 Oct 2019 00:18:35 +0200 Jan Dankert New: Docker-Image is now based on Alpine Linux. Added the USER command for security reasons.