From c6dca43c4c0aeb283a5fb5f3f6e74cdd6b6992f4 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Fri, 15 Jan 2021 18:33:30 +0200 Subject: [PATCH] Newline EOF --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a84f21..88b0304 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ COPY --from=builder .next .next COPY --from=builder public public EXPOSE 80 -ENTRYPOINT ["npm", "run", "start-prod"] \ No newline at end of file +ENTRYPOINT ["npm", "run", "start-prod"]