Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
FROM nginxinc/nginx-unprivileged:stable-alpine
|
2 |
COPY nginx.conf /etc/nginx/conf.d/
|
3 |
-
COPY pdfjs-4.10.38/ /usr/share/nginx/html
|
|
|
|
1 |
FROM nginxinc/nginx-unprivileged:stable-alpine
|
2 |
COPY nginx.conf /etc/nginx/conf.d/
|
3 |
+
COPY pdfjs-4.10.38/ /usr/share/nginx/html
|
4 |
+
RUN ls -al /usr/share/nginx/html
|