add newlines to end Dockerfiles
This commit is contained in:
@ -15,4 +15,4 @@ RUN npm install
|
||||
# Again, copy only the necessary files
|
||||
COPY ./src/ .
|
||||
|
||||
CMD [ "node", "index.js" ]
|
||||
CMD [ "node", "index.js" ]
|
||||
|
||||
Reference in New Issue
Block a user