Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
FROM jauderho/excalidraw
|
| 2 |
COPY nginx.conf.template /etc/nginx/templates/
|
| 3 |
RUN rm -f /etc/nginx/conf.d/default.conf
|
| 4 |
-
EXPOSE 8089
|
|
|
|
|
|
| 1 |
FROM jauderho/excalidraw
|
| 2 |
COPY nginx.conf.template /etc/nginx/templates/
|
| 3 |
RUN rm -f /etc/nginx/conf.d/default.conf
|
| 4 |
+
EXPOSE 8089
|
| 5 |
+
RUN ls -la /usr/share/nginx/html/
|