add newlines to end Dockerfiles

This commit is contained in:
sid palas
2023-02-10 10:37:13 -05:00
parent f8dda04c6f
commit 9001f31036
20 changed files with 18 additions and 30 deletions

View File

@ -4,4 +4,4 @@ COPY . .
RUN npm install
CMD [ "node", "index.js" ]
CMD [ "node", "index.js" ]