Skip to content

Commit

Permalink
(web): run prod server
Browse files Browse the repository at this point in the history
  • Loading branch information
saintbarber committed May 1, 2024
1 parent 0133432 commit 7c13588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/warriors_tech_shop/setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ RUN npm install

EXPOSE 3000

# CMD ["npm", "run", "start"]
CMD ["npm", "run", "dev"]
CMD ["npm", "run", "start"]
# CMD ["npm", "run", "dev"]

0 comments on commit 7c13588

Please sign in to comment.