This commit is contained in:
Colin 2024-05-09 22:23:22 -04:00
parent d0cabe7b6f
commit 322680bd83
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ RUN npm install
EXPOSE 5173
# Command to run the app
CMD ["npm", "run", "dev", "--host"]
CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"]