Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
derpbyte authored Jun 22, 2023
1 parent 584d613 commit 9bb55e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ENV NODE_ENV=production
WORKDIR /app
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install
EXPOSE 8080
EXPOSE 10000
COPY . .
CMD [ "npm", "start" ]
CMD [ "node", "index.js" ]

0 comments on commit 9bb55e2

Please sign in to comment.