Who knows what happens next...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-05 18:14:20 -04:00
parent 995dd9a015
commit 42f091489e
11 changed files with 100 additions and 31 deletions

View File

@@ -23,4 +23,6 @@ WORKDIR /home/node/app
COPY package*.json ./
RUN yarn install --frozen-lockfile --production
COPY --from=0 /home/node/app/dist .
EXPOSE 9001
EXPOSE 27017
CMD ["node","server/index.js"]