added webapp
This commit is contained in:
@@ -24,6 +24,11 @@ apt-get autoclean
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache ~/.npm
|
||||
rm -rf core-11.0.2.50.507cbae-Ubuntu_20.04-amd64
|
||||
EOF
|
||||
# change php.ini
|
||||
# php_flag magic_quotes_gpc = off
|
||||
# php_flag register_globals = off
|
||||
# php_flag magic_quotes_runtime = off
|
||||
# php_flag short_open_tag = on
|
||||
# use envsubst in entrypoint script to convert config templates to actual config files
|
||||
COPY --chmod=0775 entrypoint.sh /entrypoint.sh
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user