mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2026-03-12 14:56:40 +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 |