Files
jdt-mer/Dockerfile

6 lines
107 B
Docker

FROM nginx:alpine
COPY dist/ /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf