Skip to content

Commit fbedecc

Browse files
author
Jonathan Cooper
committed
Added Dockerfile
1 parent 371a10a commit fbedecc

File tree

89 files changed

+19
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+19
-0
lines changed

Dockerfile

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FROM php:7.4.18-apache-buster
2+
LABEL author="Jonathan Cooper"
3+
4+
RUN apt-get update && apt-get -y upgrade
5+
6+
# Expose apache.
7+
EXPOSE 80
8+
9+
# Copy this repo into place.
10+
ADD www /var/www/html
11+
12+
CMD ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]

README.md

+7
File renamed without changes.
File renamed without changes.

all.css renamed to www/all.css

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

head.php renamed to www/head.php

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.php renamed to www/index.php

File renamed without changes.

local.txt renamed to www/local.txt

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)