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