Present completion research as web document
This commit is contained in:
@@ -2,9 +2,13 @@ FROM nginx:1.29.5-alpine
|
||||
|
||||
COPY --chmod=0644 nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --chmod=0644 index.html /usr/share/nginx/html/index.html
|
||||
COPY --chmod=0644 evaluation-v1.html /usr/share/nginx/html/evaluation-v1.html
|
||||
RUN install -d -m 0755 /usr/share/nginx/html/assets
|
||||
COPY --chmod=0644 assets/styles.css /usr/share/nginx/html/assets/styles.css
|
||||
COPY --chmod=0644 assets/app.js /usr/share/nginx/html/assets/app.js
|
||||
COPY --chmod=0644 assets/research.css /usr/share/nginx/html/assets/research.css
|
||||
COPY --chmod=0644 assets/evidence-data.js /usr/share/nginx/html/assets/evidence-data.js
|
||||
COPY --chmod=0644 assets/research.js /usr/share/nginx/html/assets/research.js
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user