diff --git a/Dockerfile b/Dockerfile index 2b61df1..f5dd2a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY static /service/static COPY node_modules /service/node_modules EXPOSE 8080 -ENTRYPOINT ["node", "lib/FrontblockService.js"] \ No newline at end of file +ENTRYPOINT ["node", "lib/FrontblockAdmin.js"] \ No newline at end of file