Advertisement
mattcarrey

Dockerfile

Dec 25th, 2023
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. FROM php:8.0.2-fpm
  2.  
  3. RUN apt-get update && apt-get install -y \
  4. git \
  5. curl \
  6. zip \
  7. unzip
  8.  
  9. WORKDIR /var/www
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement