nginx / Dockerfile
wIK5Ez2o's picture
Update Dockerfile
8960706 verified
raw
history blame contribute delete
156 Bytes
FROM nginxinc/nginx-unprivileged:stable-alpine
COPY nginx.conf /etc/nginx/conf.d/
COPY pdfjs-4.10.38/ /usr/share/nginx/html
RUN ls -al /usr/share/nginx/html