Skip to content

Commit

Permalink
npm start change
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky saunders committed Sep 18, 2023
1 parent 7ba6f3f commit 6f5d14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN npm install
COPY . .

# Start the application
CMD ["npm", "run", "dev"]
CMD ["npm", "run", "start"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ services:
- "3000:3000"
volumes:
- ./:/app
command: npm run dev
command: npm run start

0 comments on commit 6f5d14b

Please sign in to comment.