add newlines to end Dockerfiles
This commit is contained in:
@ -26,4 +26,4 @@ COPY --chown=node:node ./src/ .
|
||||
# Indicate expected port
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "node", "index.js" ]
|
||||
CMD [ "node", "index.js" ]
|
||||
|
||||
Reference in New Issue
Block a user