This commit is contained in:
julien 2025-05-06 11:19:13 +02:00
parent f7b01e079a
commit 3b9a051685
2 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ RUN apt-get update && apt-get install -y \
xdg-utils \
--no-install-recommends
EXPOSE 3000
EXPOSE 3001
CMD ["yarn", "start"]

View File

@ -90,4 +90,4 @@ create({
console.error('Erreur init Venom:', err);
});
app.listen(3000, () => console.log('🚀 Serveur lancé sur http://localhost:3000/login'));
app.listen(3001, () => console.log('🚀 Serveur lancé sur http://localhost:3001/login'));