From ae240b9e3dfe82e55a02a652f8403618cd956dab Mon Sep 17 00:00:00 2001 From: filmy-munky Date: Sat, 7 Jun 2025 18:17:42 +0530 Subject: [PATCH 1/2] docker file edits --- Dokerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dokerfile b/Dokerfile index 153c2992..537a099b 100644 --- a/Dokerfile +++ b/Dokerfile @@ -1,6 +1,7 @@ -FROM node:18-alpine +FROM node:18-alpine WORKDIR /app -COPY package.json package-lock.json ./ +COPY package*.json ./ +RUN npm install COPY . . -RUN npm install -CMD ["npm","run","start"] +EXPOSE 3001 +CMD ["npm", "run", "start"] \ No newline at end of file From 79081509630f6885b5f812ea61fe9696557c2e20 Mon Sep 17 00:00:00 2001 From: filmy-munky <60220390+filmy-munky@users.noreply.github.com> Date: Sat, 7 Jun 2025 19:46:01 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ace85e..675b4ba4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Weather Application +v2 # Awesome Weather Application (Probably the best, free, and open-source weather app out there)