Skip to content
Snippets Groups Projects
Commit 408d7ae3 authored by Anes Hamidovic's avatar Anes Hamidovic
Browse files

Add dockerfile

parent e36bca3b
Branches
No related tags found
No related merge requests found
FROM php:8.2-apache
# Kopiere die PHP-Dateien in das Apache-Verzeichnis des Containers
COPY . /var/www/html/
# Öffne Port 80 für den Zugriff auf den Container
EXPOSE 80
# Apache im Vordergrund laufen lassen
CMD ["apache2-foreground"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment