diff --git a/Dockerfile b/Dockerfile index d96ef4a..b2fbdb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,4 +34,4 @@ COPY . . ENV PORT=3000 EXPOSE 3000 -CMD ["node", "index.js"] +CMD ["node", "index.js"] \ No newline at end of file