Skip to content

Commit 17e1593

Browse files
committed
basic dockerfile
1 parent 97832c8 commit 17e1593

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM php:7.3-apache
2+
3+
ENV APACHE_RUN_USER=daemon
4+
COPY src/ /var/www/html/

0 commit comments

Comments
 (0)