docker image

This commit is contained in:
Colmaris 2024-12-13 15:57:22 +01:00
parent ee252d5a91
commit a9d12c71be
7 changed files with 18 additions and 0 deletions

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
# Dockerfile
FROM php:8.3-apache

8
conf/apache.conf Normal file
View file

@ -0,0 +1,8 @@
<Directory /app/>
Options -Indexes +FollowSymLinks
AllowOverride None
Require all granted
</Directory>
ServerTokens Prod
ServerSignature Off

8
conf/vhost.conf Normal file
View file

@ -0,0 +1,8 @@
<VirtualHost *:80>
ServerAdmin contact@colmaris.fr
DocumentRoot /app
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

BIN
src/master.zip Normal file

Binary file not shown.

BIN
src/music/.DS_Store vendored Normal file

Binary file not shown.

BIN
src/music/._.DS_Store Normal file

Binary file not shown.

BIN
src/music/._Frostpunk Normal file

Binary file not shown.