mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-04-24 09:59:09 +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 |