mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-05 04:03:18 +00:00
5 lines
97 B
Docker
5 lines
97 B
Docker
FROM nginx:1.14.2
|
|
|
|
RUN mkdir -p /usr/share/nginx/html/vre
|
|
|
|
COPY website /usr/share/nginx/html/vre |