diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..729dc34 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM nginx:latest +COPY css /www/data/static/css +COPY img /www/data/static/img +COPY js /www/data/static/js +EXPOSE 80 +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file