mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-03-06 18:50:34 +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 |