dockerfile add

This commit is contained in:
2025-05-26 17:53:38 +00:00
parent 31a2e02b7e
commit 4c5da1beb1

View File

@@ -30,4 +30,4 @@ RUN npm run build
EXPOSE 3000
# Define the command to run the application
CMD ["npm", "start"]
CMD ["npm", "run", "dev"]