add vault and mongo db with postgres in comments
This commit is contained in:
15
vault/Dockerfile
Normal file
15
vault/Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM node:22.16
|
||||
|
||||
WORKDIR /srv/vault
|
||||
|
||||
COPY package.json .
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["node", "./dist/app.js"]
|
||||
Reference in New Issue
Block a user