Current Mac Files
This commit is contained in:
5
compose-simple-express/.dockerignore
Normal file
5
compose-simple-express/.dockerignore
Normal file
@@ -0,0 +1,5 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
6
compose-simple-express/Dockerfile
Normal file
6
compose-simple-express/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:22.11.0-alpine3.20
|
||||
WORKDIR /app
|
||||
COPY /Volumes/SSD_240/desarrollos/dev-random/simple-express /app
|
||||
RUN npm install
|
||||
EXPOSE 3000
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user