Skip to content

Commit

Permalink
fix: the .env.local file is added to the dokcerfile to fetch the data…
Browse files Browse the repository at this point in the history
… through api.
  • Loading branch information
Suraj-kumar00 committed Aug 11, 2024
1 parent b5de0c7 commit 7991eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN npm run build
EXPOSE 3000

# Start the application
CMD ["npm", "run", "start"]
CMD ["npm", "run", "dev"]

0 comments on commit 7991eb7

Please sign in to comment.