add dockerfile for testing purpose
This commit is contained in:
parent
86570414b7
commit
2a366407af
1 changed files with 14 additions and 0 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
FROM nginx
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
COPY generate.sh .
|
||||||
|
COPY lang/ lang/
|
||||||
|
COPY img/ img/
|
||||||
|
COPY css/ css/
|
||||||
|
COPY header.html .
|
||||||
|
COPY footer.html .
|
||||||
|
|
||||||
|
RUN ./generate.sh -o
|
||||||
|
|
||||||
|
COPY www /usr/share/nginx/html
|
||||||
|
EXPOSE 80
|
Loading…
Reference in a new issue