Skip to content

Commit edf691c

Browse files
committed
shine website launch
1 parent 5e45599 commit edf691c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Dockerfile

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
FROM centos:latest
2-
3-
RUN yum install -y httpd \
4-
zip\
5-
unzip
6-
ADD https://www.free-css.com/assets/files/free-css-templates/download/page254/photogenic.zip /var/www/html/
7-
WORKDIR /var/www/html/
8-
RUN unzip photogenic.zip
9-
RUN cp -rvf photogenic/* .
10-
RUN rm -rf photogenic photogenic.zip
11-
CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]
12-
EXPOSE 80
13-
14-
151
# FROM centos:latest
162
# MAINTAINER [email protected]
173
# RUN yum install -y httpd \
184
# zip\
195
# unzip
20-
# ADD https://www.free-css.com/assets/files/free-css-templates/download/page265/shine.zip /var/www/html/
6+
# ADD https://www.free-css.com/assets/files/free-css-templates/download/page254/photogenic.zip /var/www/html/
217
# WORKDIR /var/www/html/
22-
# RUN unzip shine.zip
23-
# RUN cp -rvf shine/* .
24-
# RUN rm -rf shine shine.zip
8+
# RUN unzip photogenic.zip
9+
# RUN cp -rvf photogenic/* .
10+
# RUN rm -rf photogenic photogenic.zip
2511
# CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]
26-
# EXPOSE 80
12+
# EXPOSE 80
13+
14+
15+
FROM centos:latest
16+
17+
RUN yum install -y httpd \
18+
zip\
19+
unzip
20+
ADD https://www.free-css.com/assets/files/free-css-templates/download/page265/shine.zip /var/www/html/
21+
WORKDIR /var/www/html/
22+
RUN unzip shine.zip
23+
RUN cp -rvf shine/* .
24+
RUN rm -rf shine shine.zip
25+
CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]
26+
EXPOSE 80

0 commit comments

Comments
 (0)