Skip to content

Commit

Permalink
Update package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
davafons committed Aug 12, 2024
1 parent 4a3b11a commit 1b42018
Show file tree
Hide file tree
Showing 2 changed files with 822 additions and 3,027 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM node:slim AS server
WORKDIR /app
COPY . .
RUN apk add g++ make python
RUN npm install --omit=dev

CMD [ "npm", "run", "start" ]
Loading

0 comments on commit 1b42018

Please sign in to comment.