diff --git a/api/Dockerfile b/api/Dockerfile index 713445fd..1f60a9b1 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -20,4 +20,4 @@ COPY . . EXPOSE 7085 -CMD [ "node", "index.js" ] \ No newline at end of file +ENTRYPOINT [ "node", "index.js" ] \ No newline at end of file