This commit is contained in:
2026-03-02 21:55:32 +01:00
parent d349d211ae
commit cf43dba6b9
2 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -7,6 +7,6 @@ RUN npm install
COPY . .
EXPOSE 3000
EXPOSE 4321
CMD ["npm", "run", "dev", "--", "--host"]
CMD ["npm", "run", "dev", "--", "--host"]