diff --git a/Dockerfile b/Dockerfile index 40dea71..84cfc4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ RUN apt update; apt install build-essential -y && \ EXPOSE 8000 -CMD whiterabbit \ No newline at end of file +CMD ./whiterabbit \ No newline at end of file diff --git a/src/config.json b/config.json similarity index 100% rename from src/config.json rename to config.json