From a49c27a80c3eda80d0d5d25a220ac53271bc1302 Mon Sep 17 00:00:00 2001 From: Morgan Brown Date: Tue, 5 Nov 2024 16:12:02 +0100 Subject: [PATCH] Add newline at the end of Dockerfiles --- Dockerfile | 2 +- Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb12b3185..0abbcc4bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,4 +90,4 @@ EXPOSE 4173 RUN npm run build # Specify the command to run the app -CMD ["npm", "run", "preview"] \ No newline at end of file +CMD ["npm", "run", "preview"] diff --git a/Dockerfile.dev b/Dockerfile.dev index c14488038..bbccde9f3 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -89,4 +89,4 @@ RUN npm run build:graphql EXPOSE 5173 # Specify the command to run the app -CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"] \ No newline at end of file +CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"]