This commit is contained in:
L Monster
2025-06-20 10:05:20 +08:00
parent c3313bfc17
commit 97c0236ad4
+1 -1
View File
@@ -21,6 +21,6 @@ RUN npm install -g http-server
# Expose the port the app runs on
EXPOSE 8080
EXPOSE 3000
# Start the application
CMD ["npm", "run", "dev:all"]