mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-13 11:40:35 +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
|