changed ports

This commit is contained in:
2025-01-12 22:38:46 +01:00
parent be6a836b99
commit 558c434539
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ RUN npm install
COPY . .
EXPOSE 8080
EXPOSE 3001
CMD ["node", "./src/OSCWebServer/server.js"]