docker image
This commit is contained in:
parent
ee252d5a91
commit
a9d12c71be
7 changed files with 18 additions and 0 deletions
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Dockerfile
|
||||
FROM php:8.3-apache
|
8
conf/apache.conf
Normal file
8
conf/apache.conf
Normal 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
8
conf/vhost.conf
Normal 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
BIN
src/master.zip
Normal file
Binary file not shown.
BIN
src/music/.DS_Store
vendored
Normal file
BIN
src/music/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
src/music/._.DS_Store
Normal file
BIN
src/music/._.DS_Store
Normal file
Binary file not shown.
BIN
src/music/._Frostpunk
Normal file
BIN
src/music/._Frostpunk
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue