Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM lipanski/docker-static-website:latest

COPY dist .

EXPOSE 4200

CMD ["/busybox", "httpd", "-f", "-v", "-p", "4200", "-c", "httpd.conf"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

## How to use it
Meiliadmin is an [Ember](https://emberjs.com/) application. There are some way for use it:
1. [Image](https://hub.docker.com/r/kaermorchen/meiliadmin) on DockerHub
1. Just use the [demo](https://kaermorchen.github.io/meiliadmin/) page with your meilisearch instance.
1. Install it in you domain, extract the asset `dist.tgz` from the [latest realese](https://github.com/kaermorchen/meiliadmin/releases/latest).
1. For custom building the app, see the [development page](DEVELOPMENT.md#building).
Expand Down
2 changes: 2 additions & 0 deletions public/httpd.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
E404:index.html
I:index.html