diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 6dd0237..3bde102 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -17,4 +17,4 @@ COPY . . EXPOSE 5173 # Define the command to run your app -CMD ["npm", "run", "dev"] \ No newline at end of file +CMD ["npm", "run", "dev", "--", "--host"] \ No newline at end of file