gitignore updated

This commit is contained in:
andrei-mihnea-cerbu
2024-04-23 14:43:44 +03:00
parent a53e36b02a
commit ae2ae8eaf3
4 changed files with 0 additions and 25 deletions
-1
View File
@@ -1,2 +1 @@
node_modules
.vs .vs
-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
View File
@@ -1 +0,0 @@
/ϋ Ν=η9Ϋ υuόDζΧHαΫΐΎ[
View File