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