From ae2ae8eaf3feda354f358348d2437196a14899a9 Mon Sep 17 00:00:00 2001 From: andrei-mihnea-cerbu Date: Tue, 23 Apr 2024 14:43:44 +0300 Subject: [PATCH] gitignore updated --- .gitignore | 1 - CEO/Dockerfile | 23 ----------------------- CEO/ipConfig.json | 1 - User/usersDestTemp.json.enc | 0 4 files changed, 25 deletions(-) delete mode 100644 CEO/Dockerfile delete mode 100644 CEO/ipConfig.json delete mode 100644 User/usersDestTemp.json.enc diff --git a/.gitignore b/.gitignore index 15eec2a..0a34381 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -node_modules .vs \ No newline at end of file diff --git a/CEO/Dockerfile b/CEO/Dockerfile deleted file mode 100644 index 0221513..0000000 --- a/CEO/Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -# Use the latest official Node runtime as a parent image -FROM node:latest - -# Set the working directory in the container -WORKDIR /usr/src/app - -# Copy package.json and package-lock.json (if available) -COPY package*.json ./ - -# Install any needed packages specified in package.json -RUN npm install - -# Bundle app source inside Docker image -COPY . . - -# Make ports 80, 3000, and 5000 available to the world outside this container -EXPOSE 80 3000 5000 - -# Define environment variable -ENV NODE_ENV=production - -# Run the app when the container launches -CMD ["npm", "start"] diff --git a/CEO/ipConfig.json b/CEO/ipConfig.json deleted file mode 100644 index adbb4e0..0000000 --- a/CEO/ipConfig.json +++ /dev/null @@ -1 +0,0 @@ -/ =9 uDH[ \ No newline at end of file diff --git a/User/usersDestTemp.json.enc b/User/usersDestTemp.json.enc deleted file mode 100644 index e69de29..0000000