This commit is contained in:
andrei-mihnea-cerbu
2024-04-24 12:29:55 +03:00
parent 437270b055
commit 93be92768b
4 changed files with 62 additions and 107 deletions
-23
View File
@@ -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"]
+1 -1
View File
@@ -5,7 +5,7 @@
"totalSize": 19363
},
"59c712d9-e6dd-438f-aec9-31ca2ae750e6": {
"ip": "192.168.0.195",
"ip": "192.168.0.18",
"directoryStructure": "{\"backup_dir\":{\"files\":[],\"fisiere\":{\"files\":[\"New Microsoft Excel Worksheet.xlsx\",\"New Microsoft Word Document.docx\"]}}}",
"totalSize": 19363
}