From bff7a208648fbfee5dd7191ba6c484b761a757fc Mon Sep 17 00:00:00 2001 From: Borewit Date: Sun, 9 Mar 2025 13:44:01 +0100 Subject: [PATCH] End Dockerfile with new line --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8f9ea8..48aed31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ FROM nginx:stable-alpine COPY ./nginx.conf /etc/nginx/conf.d/default.conf -COPY --from=builder /app/build /usr/share/nginx/html \ No newline at end of file +COPY --from=builder /app/build /usr/share/nginx/html