nich2456 commited on
Commit
943a0cd
·
verified ·
1 Parent(s): 0776303

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
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 excalidraw/excalidraw
2
  COPY nginx.conf.template /etc/nginx/templates/
3
  RUN rm -f /etc/nginx/conf.d/default.conf
4
  EXPOSE 8089