mirror of
https://github.com/serialexperiments0815/WebsiteMapTesting.git
synced 2026-07-12 15:32:31 +00:00
6 lines
No EOL
95 B
Docker
6 lines
No EOL
95 B
Docker
FROM php:8.1-apache
|
|
|
|
# Copy all project fines into the web root
|
|
COPY . /var/www/html
|
|
|
|
EXPOSE 80 |