add newlines to end Dockerfiles
This commit is contained in:
@ -23,6 +23,4 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
COPY --from=build usr/src/app/dist/ /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
# No CMD specified... will uses CMD/ENTRYPOINT from base image (nginx:1.23-alpine)
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user