Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jul 30, 2024
1 parent 35da2cc commit aab3cec
Show file tree
Hide file tree
Showing 4 changed files with 5,889 additions and 24 deletions.
12 changes: 0 additions & 12 deletions .dockerignore

This file was deleted.

9 changes: 0 additions & 9 deletions .env.example

This file was deleted.

5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM node:18-slim
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN npm ci --production
RUN npm cache clean --force
RUN npm install
ENV NODE_ENV="production"
COPY . .
CMD [ "npm", "start" ]
CMD ["npm", "start"]
Loading

0 comments on commit aab3cec

Please sign in to comment.