Skip to content

Commit fb102bf

Browse files
authored
Add files via upload
1 parent 4e6d59c commit fb102bf

8 files changed

+10
-0
lines changed

Git-assignment.zip

3.63 MB
Binary file not shown.
1.01 MB
Binary file not shown.
993 KB
Binary file not shown.
1.56 MB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Ubuntu base image
2+
FROM ubuntu:latest
3+
4+
# install Apache2
5+
RUN apt-get update && \
6+
apt-get install -y apache2 && \
7+
apt-get clean
8+
9+
# start Apache2 when the container starts
10+
CMD ["apache2ctl", "-D", "FOREGROUND"]
475 KB
Binary file not shown.
257 KB
Binary file not shown.
173 KB
Binary file not shown.

0 commit comments

Comments
 (0)