React runs on docker now

This commit is contained in:
2025-01-23 11:41:53 +00:00
parent c0674c58b4
commit e7822f3c98

View File

@@ -17,4 +17,4 @@ COPY . .
EXPOSE 5173 EXPOSE 5173
# Define the command to run your app # Define the command to run your app
CMD ["npm", "run", "dev"] CMD ["npm", "run", "dev", "--", "--host"]