Skip to content

Instantly share code, notes, and snippets.

@EvilFreelancer
Last active May 14, 2023 12:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvilFreelancer/6411074671063b72a93f206ae031801e to your computer and use it in GitHub Desktop.
Save EvilFreelancer/6411074671063b72a93f206ae031801e to your computer and use it in GitHub Desktop.
Dockerfile для PHP-приложения
FROM php:8.2-apache
COPY . /var/www/html/
WORKDIR /var/www/html/
RUN composer install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment